@media screen and (max-width:980px){.bg-responsive{display:block!important;min-height:350px!important}.col-reverse{display:flex;flex-direction:column-reverse}}.rotate img{animation:rotate 40s infinite linear}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}