@media screen and (max-width: 993px) {
.mobile-height {height:560px;}
}   

@media screen and (max-width: 767px) {
.mobile-height {height:580px;}
}       

@media screen and (max-width: 470px) {
.mobile-height {height:650px;}
}   
