@media only screen and (min-width: 480px) and (max-width: 1024px){		.parallax section{		min-height: 450px;	}					.header_right_widget #lang_sel ul ul,		.header_right_widget #lang_sel_click ul ul{			background:none;			background-color: rgb(0,0,0)  !important;			background-color: rgba(0,0,0,1)  !important;		}						header,	.header_right_widget #lang_sel ul ul,	.header_right_widget #lang_sel_click ul ul	{		 background-color: #000 !important;		 background-image:none;	}	}@media only screen and (max-width: 480px){		.header_right_widget #lang_sel ul ul,	.header_right_widget #lang_sel_click ul ul{		background:none;		background-color: rgb(0,0,0)  !important;		background-color: rgba(0,0,0,1)  !important;	}				header,	.header_right_widget #lang_sel ul ul,	.header_right_widget #lang_sel_click ul ul	{		 background-color: #000 !important;		 background-image:none;	}	}