

	
/****************************** media queries ***************************/



@media(max-width:667px) and (min-width:500px) {
	img#DSDRLogoTitle{

		display: inline-block;
		margin: 18px auto -20px;
		width:50%;
	}
	
	
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 

	img#DSDRLogoTitle{
		width:50%;
	}
}

@media(max-width: 450px){

	img#DSDRLogoTitle{
		width: 90%;
	}

	
}

