@media all and (max-width: 768px) {

	#rl_modals{
		max-height: 350px !important;
    max-width: 100% !important;
    margin-top: 60px !important;
	}

	 .no_title #rl_modals_loaded_content{
width: inherit !important;
    height: inherit !important;
    padding: 0 !Important;
	}
 
.rl_modals_photo{
    margin-top: 0 !Important;
    width: 100% !important;
    height: auto !important;
}

#rl_modals_content{
	padding: 0 !Important;
} 

}