﻿#st-search-input {
    font-size: 24px;
    width: 600px;
    line-height: 36px;
}

#search-form button {
    font-size: 24px;
    width: 100px;
    line-height: 36px;
}
.banner-main-container {
	background-color:#ea961c !important; 
	padding-bottom: 10px !important;
}

@media only screen 
	and (min-device-width : 375px) 
	and (max-device-width : 812px)
	and (-webkit-device-pixel-ratio : 3) { 
		 .banner-mobile {
			padding-bottom: 10px !important; 
			display: block; 
			position: relative; 
			top: 240px !important;
		}
		.banner-main-container {
			padding-bottom: 10px !important;	
		}
}