@media only screen and (max-width: 48em) { }
#content .slider .button {
margin-right: .5em!important;
margin-left: .5em!important;
}
html {
background-color: #fff;
}
.lazy-loading-images .ll-image p {
position: relative;
padding-bottom: 100%;
}
.lazy-loading-images .ll-image p iframe {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
border: 0;
outline: 0;
}
.gallery-hover-none .gallery-col .box:hover .box-image {
-ms-transform: translateY(0);
transform: translateY(0);
}
.gallery-hover-none .gallery-col .box:hover .box-image {
-ms-transform: translateY(0px);
transform: translateY(0px);
background-color: transparent;
}
body .mfp-gallery .mfp-arrow:before,
body .mfp-gallery .mfp-arrow:after {
opacity: 0;
}