@media screen and (min-width:768px){

.hero-auto-rotate .background__image:first-child{background-position:center top !important;}
.hero-auto-rotate .background__image:last-child{background-position:center top !important;}

}

@media screen and (max-width:767px){

.hero-auto-rotate .background__image:first-child{background-position:center top !important;}
.hero-auto-rotate .background__image:last-child{background-position:center top !important;}

}

.hero-auto-rotate .background__image{background-position:center top !important;}