@media screen and (max-device-width: 1000px) and (orientation: portrait)
{
    .y1{float:inherit;margin: 10px auto;  height:100%;}
    .contentImg{width:100%}
    .textmedia{min-width:100px;}
	.nomobile{display:none;}
	.mobile2{margin-left:3%}
}