.youtubecontainer {
	width: 50%;
	margin: 0 auto;
}

.youtubers {
    padding-bottom: 30px;;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-preview-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 2;
	cursor: pointer;
	&:after {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		content: "";
		width: 50px;
		height: 50px;
		/* background-image: url("https://www.nova1069.com.au/sites/all/themes/custom/nova_evo_skin/dist/images/icon/icon-play.svg"); */
		background-position: top left;
		background-repeat: no-repeat;
	}
	&:hover {
		&:after {
			background-position: bottom left;
		}
	}
}

.embed-responsive-9by16::before{  
    padding-top: 175%;
}