/***** iPad Smaller than 959px *****/
@media only screen and (min-width: 720px) and (max-width: 1024px) {
.btn-action{margin-top: 2px;}
#searchmenus select {width:100%;}
.blue-btn{display: none;}


.lrg-pic {background-size: cover; background-position: center center; width: 100%;  min-height: 300px; border-radius: 4px; text-align:center;padding-top:150px; font-size:36px; color:white; }

#main-image{
	background-size: cover; background-position: center center; width: 100%; height: 500vh; display: block; border: none; text-decoration: none; border-radius: 4px; 
}

}