.gdlr-core-gallery-item {
overflow: hidden; padding-bottom: 20px;
}
.gdlr-core-sly-slider {
overflow: hidden; position: relative;
height: 300px; }
ul.slides {
display: flex;
animation: slide 120s infinite linear; width: 100%; }
@keyframes slide {
0% { transform: translateX(0); }
100% { transform: translateX(-100%); }
} .gdlr-core-gallery-list {
flex: 0 0 auto; margin: 0 2px; } @media (max-width: 767px) {
.gdlr-core-sly-slider {
height: 200px; }
ul.slides {
animation: slide 60s infinite linear; }
.gdlr-core-gallery-list {
margin: 0 1px; }
img {
width: 100%; height: auto; }
} .gdlr-core-sly-scroll {
display: none;
} footer,
.site-footer,
.footer,
.footer-widgets,
.footer-widget-area,
#colophon,
#footer,
#footer-area,
#footer-widgets,
.widget-footer,
#main-footer,
#bottom-footer,
.page-footer {
display: none !important;
visibility: hidden !important;
height: 0 !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
}