.movieWraper {
	position: relative
    width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: static;
}

.iframeWrap{
    height: 0;
    padding-bottom: 45%;
}

iframe {
    position: absolute;
    top: 0px;
    left: 0px;
}