@media screen and (max-width: 900px) {
  .main-wrapper .content{	  
  	width: 90%;
  }
  iframe{
	  width: 100%;
  }
}