.banner-container2{ margin-bottom:20px; text-align: center;  max-height: 600px; }
.banner-container2 .owl-carousel { display:block !important; opacity:0; transition:opacity 1s; max-height: 600px !important;}
.banner-container2 .owl-carousel .owl-stage-outer { position:absolute !important; top:0; left:0; width:100%; height:100%;  max-height: 600px; overflow:hidden; }
.banner-container2 .owl-carousel.owl-loaded { opacity:1; }

.banner-container2 .owl-carousel .owl-stage { height: 100%; position: absolute; top: 0; }
.banner-container2 .owl-item { position: relative; height: 100%; }
.banner-container2 .owl-item > .owl-carousel-item { display: flex; align-items: center; justify-content: center; position:absolute; top:0; left:0; width:100%; height:100%; max-height: 600px;  background-repeat:no-repeat; background-position: center center; background-size:cover; margin:0; }

.banner-container2 > div { position:relative; }
.banner-container2 .owl-carousel-item div.container { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; max-height: 600px; }
.banner-container2 > .container-fluid { padding-left:0; padding-right:0; }
.banner-container2 > div .owl-carousel-arrow { position:absolute; top:50%; transform:translateY(-50%); cursor:pointer; z-index:2000; opacity:0.5; color:#fff; border:1px solid #fff; width:45px; height:45px; border-radius:40px; font-size:17px; text-align:center; }
.banner-container2 > div .owl-carousel-arrow > .fa { line-height:45px; }
.banner-container2 > div .owl-carousel-arrow-left { left:52px; }
.banner-container2 > div .owl-carousel-arrow-left > .fa::after { content: "\f104"; }
.banner-container2 > div .owl-carousel-arrow-right { right:52px; }
.banner-container2 > div .owl-carousel-arrow-right > .fa::after { content:"\f105"; }

.banner-container2 .carousel-caption{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10 !important;
    text-align: center !important;
    bottom: auto !important;
}

.banner-container2 .carousel-caption h1{
	color: #fff;
    font-family: "Veneer" !important;
	font-weight: 400 !important;
	font-size: 3rem !important;
	letter-spacing: 0.2rem !important;
	text-transform: uppercase !important;
    background-color: #FCA217;
    padding: 20px 30px;
}

/* .banner-container2 .carousel-caption .subtitle{
    font-family: 'Merriweather Sans';
    font-size:18px;
    text-align:left;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
    letter-spacing:1px;
} */

@media screen and ( max-width: 600px ) {
    .banner-container2 .carousel-caption{
    z-index: 10;
    text-align: center !important;
    left: 20px !important;
    right: 20px !important;
}
    .banner-container2 .carousel-caption h1{
        margin-bottom: 10px;
        font-size: 1.5rem !important;
        letter-spacing: 2px !important;
        margin-bottom: 0 !important;
}
    .banner-container2 .carousel-caption .subtitle{
    font-size:16px;
}
}