.video {
	height: 400px !important;
	width: 100%;
}

.myLogo {
	height: 400px; width: 70% !important;
}

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) {
  	.myLogo {
		height: 400px;
		width: 100%  !important;
	}
}