@-webkit-keyframes slide-top{0%{width:0}100%{height:240px}}
@keyframes slide-top{0%{height:0}100%{height:240px}}
@-webkit-keyframes slide-bottom{0%{height:0}100%{height:200px}}
@keyframes slide-bottom{0%{height:0}100%{height:200px}}
@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}
@keyframes fade-in{0%{opacity:0}100%{opacity:1}}
@-webkit-keyframes wheel{to{opacity:0;top:25px}}
@keyframes wheel{to{opacity:0;top:25px}}
@media (max-width:1920px){
@-webkit-keyframes slide-top{0%{height:0}100%{height:270px}}
@keyframes slide-top{0%{height:0}100%{height:270px}}
}
@media (max-width:991px){
@-webkit-keyframes slide-top{0%{height:0}100%{height:200px}}
@keyframes slide-top{0%{height:0}100%{height:200px}}
}
