.wbs_slider_container {
    position: relative;
    height: 510px;
    background-color: #f2efef;
    
 
}

@media screen and (max-width: 767px) {
    .wbs_slider_container img{
        object-fit: fill !important;          
    }
}



.wbs_slider_container img{
    object-fit: cover;
    object-position: center;
       height: 525px;
    border-radius: 25px;
    
}
.wbs_slider_container .owl-nav {
/*    display: flex;
    position: absolute;
    top: 0;
    justify-content: space-between;
    width: 100%;
    vertical-align: central;
    height: 100%;
    z-index: -1;*/
 
}


@media (max-width: 767px) {

    .wbs_slider_container .owl-prev{
        left: 0;
        top: 23%;
        font-size: 30px !important;
        position: absolute;
        color: #fff !important;
    }

}


@media (min-width: 768px) and (max-width: 1024px) {

    .wbs_slider_container .owl-prev{
        left: 0;
        top: 12%;
        font-size: 120px !important;
        position: absolute;
        color: #fff !important;
    }

}

@media (min-width: 1025px) {

    .wbs_slider_container .owl-prev{
        left: 0;
        top: 35%;
        font-size: 120px !important;
        position: absolute;
    }

}


@media (max-width: 767px) {

    .wbs_slider_container .owl-next {
        right: 0;
        top: 23%;
        font-size: 30px !important;
        position: absolute;
        color: #fff !important;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {

    .wbs_slider_container .owl-next{
        right: 0;
        top: 12%;
        font-size: 120px !important;
        position: absolute;
        color: #fff !important;
    }

}

@media (min-width: 1025px) {

    .wbs_slider_container .owl-next {
        right: 0;
        top: 35%;
        font-size: 120px !important;
        position: absolute;
    }

}


.wbs_slider_container .owl-dots {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

  .owl-theme .owl-nav [class*='owl-']:hover {
      background: none;
      color: #FFF;
      text-decoration: none; }
  
  
  
  img.home-row-banners {
    width: 350px;
    height: 235px;
/*     object-fit: contain; 
     object-position: center; */
}
.home-row-banners-bottom{
     width: 370px;
    height: 110px;
}
.banner-row-container{
    margin-top: 20px;
}

@media (min-width: 992px) {
    .banner-2-container{
        margin-top: 0;
    }
}



img.home-page-row2-img {
    width: 600px;
    height: 300px;
/*     object-fit: contain; 
     object-position: center; */
}

@media screen and (max-width: 768px) {
     img.home-page-row2-img {
    width: 100%;
    height: auto;
     object-fit: contain; 
     object-position: center; 
}
    
}
  img.home-page-row1-img {
    width: 600px;
    height: 250px;
/*     object-fit: contain; 
     object-position: center; */
}

@media screen and (max-width: 768px) {
     img.home-page-row1-img {
    width: 100%;
    height: auto;
     object-fit: contain; 
     object-position: center; 
}
    
}
