 body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: inherit !important;
    overflow-x: hidden;
}

.boxShadowLVB
 {
    max-height: 480px !important;
}

.flexslider {
    height: 480px !important;
}

.breadcrumb-lvb {
    padding: 3px 0px;
    list-style: none;
    background-color: #F2F2F2;
    margin: 0px;
}

.flexslider .slides li {
	object-fit: contain !important;
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
   
   /* .boxShadowLVB{margin-top: 100px;}*/

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
   
    .flexslider {
        height: 300px !important;
    }
    .flexslider .slides li {
        height: 300px !important;
    }

    .boxShadowLVB{margin-top: 0px;}

    
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
  
    .flexslider {
        height: 250px !important;
    }
    .flexslider .slides li {
        height: 250px !important;
    }
    .boxShadowLVB{margin-top: 0px;}

   
    
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
   

    .flexslider {
        height: 250px !important;
    }
    .flexslider .slides li {
        height: 250px !important;
    }

    .boxShadowLVB{margin-top: 0px;}



}
