@media only screen and (min-width: 500px) and (max-width: 934px){     html, body {        overflow-x: hidden !important;        max-width: 100% !important;    }    .sponsered-ads {        display:none;    }	.parallax section{		min-height: 300px;	}}@media only screen and (max-width: 500px){    html, body {        overflow-x: hidden !important;        max-width: 100% !important;    }    .sponsered-ads {        display:none;    }	.parallax section{		min-height: 300px;	}}