.carouselones{position:relative;animation:looping 10s linear 0s infinite none;z-index:1}.verticalones{max-height:100%;height:100%;width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(transparent,black 20%,black 80%,transparent 100%);mask-image:linear-gradient(transparent,black 20%,black 80%,transparent 100%);display:flex;flex-direction:column}@keyframes looping{0%{transform:translateY(0)}50%{transform:translateY(-50%)}100%{transform:translateY(-100%)}}@media only screen and (max-width:360px){.verticalones{max-height:350px;height:350px;width:100px}}.carouseltwos{animation:looping 12s linear 0s infinite none reverse;animation-direction:reverse}.verticaltwos{max-height:100%;height:100%;width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(transparent,black 20%,black 80%,transparent 100%);mask-image:linear-gradient(transparent,black 20%,black 80%,transparent 100%)}@keyframes looping{0%{transform:translateY(0px)}100%{transform:translateY(-100%)}}@media only screen and (max-width:360px){.verticaltwos{max-height:350px;height:350px;width:100px}}.mobile_menu_bar:before{color:#000000}