@media all and (max-width: 768px) {
    .inner-search-div{
        background:url('/wps/wcm/connect/197129b8-7f60-4c5f-b195-d897abcb1dfd/background.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-197129b8-7f60-4c5f-b195-d897abcb1dfd-lO62w7q');
        background-size:100% 100%;
		background-color: white!important;
    }
    .main-content{
        background-image:none;
        padding-top:0px;
		background-color: white!important;
    }
    .main-content .content-body{
        background:#fff;
        max-width:100%;
        padding-top:0 !important;
    }

}