<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { width: 1200px; }

.slick-initialized .slick-slide { max-width: 100%; max-height: 100%; }
/* ------------------------------------------------------------ mobile */
@media only screen and (max-width:640px){

body { width: 100%; max-width: 1200px; }

.slider { width: 100%; }
.slider li img { width: 100vw; height: auto; }

}</pre></body></html>