.movie{
	padding:20px 0 30px 0px;
}

.movie p{
	width:100%;
  padding-top: 56.25%;
	box-sizing: border-box;
	position: relative;
}
.movie p iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
