@media screen and (max-width: 945px) {
.absolute_search_top{bottom: -135px;}
}
@media screen and (max-width:600px){
.slider_options{display:none;}
}

@media screen and (max-width: 414px) { /* iPhone 6 Plump */
.absolute_search_top{bottom: -365px;}
.slider_caption{position: absolute;height: 107px;width: 100%;display: table;padding: 0 10px 10px 10px;}
.slider_caption h1, .slider_caption h2{display: table-cell;vertical-align: middle;text-align: center;}
}

@media screen and (max-width: 384px) { /* Samsung Galaxy Grand 2 DUOS - Android 4.4.2 */
.absolute_search_top{bottom: -550px;}
.slider_caption{height: 150px;}
}

@media screen and (max-width: 375px) { /* iPhone 4s : iPhone 6 : Huawei Y300 - Android 4.1.1 : A1 - Android 4.0.3 */
.absolute_search_top{bottom: -560px;} 
.slider_caption{height: 145px;}   
}

@media screen and (max-width: 320px){
.slider_caption{height: 140px;}

}