@media only screen and (max-width: 767px) {
   .mitad { width:100% }
   .instructor{
		width:calc(100% - 40px);
	}
}
@media only screen and (max-width: 500px) {
   .mitad { width:100% }
   .instructor .foto{
	   display:none;
	}
}