@media screen and (min-width:731px){#top{overflow:hidden;padding:150px 0;background-color:rgba(0,0,0,.3)}#top .text{padding:0 15px;color:#fff}#slider{overflow:hidden;position:absolute;top:50%;transform:translateY(-50%);z-index:-1;min-width:900px}}@media screen and (max-width:730px){#top{padding:0}#top .text{padding:50px 0}}#slider figure{position:relative;width:600%;margin:0;left:0;animation:20s slider infinite}#slider figure img{width:calc(100% / 6);float:left}@keyframes slider{0%{left:0}15%{left:0}20%{left:-100%}35%{left:-100%}40%{left:-200%}55%{left:-200%}60%{left:-300%}75%{left:-300%}80%{left:-400%}95%{left:-400%}100%{left:-500%}}