.simple-video .video-container {
	position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.simple-video iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.simple-video .cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
    z-index: 2;
    cursor: pointer;
}

.simple-video .play-btn {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 0px;
	right: 0px;
	text-align: center;
}

.simple-video .play-btn svg {
	width: 100px;
	height: 100px;
}

@media only screen and (min-width: 1441px) {
	.simple-video .container {
		max-width: 65%;
		margin: 0 auto; 
	}
}

@media only screen and (max-width: 1440px) and (min-width: 992px) {
	.simple-video .container {
		max-width: 70%;
		margin: 0 auto;
	}
}