@media only screen and (max-width:1200px), (max-width:1280px){
img{width:100%; display:block;}
select {-webkit-appearance:none;-moz-appearance:none;}
.details_holder{width:100%;}

}


@media only screen and (max-width:1000px),(max-width:1100px){

}

@media only screen and (max-width:900px),(max-width:999px){

}

@media only screen and (max-width:800px),(max-width:899px){

}

@media only screen and (max-width:700px), (max-width:799px){

}

@media only screen and (max-width:400px), (max-width:499px){

}

@media only screen and (max-width:375px), (max-width:399px){

}

@media only screen and (max-width:360px){

}

@media only screen and (max-width:300px), (max-width:320px){

}
