.easy_youtube_gallery {
	display: block;
	position: relative;
}
.easy_youtube_gallery .eytg-item {
	box-sizing: border-box;
	display: block;
	float: left;
	border: 0;
	height: auto;
	width: 100%;
}
.easy_youtube_gallery.col-2 .eytg-item {
	width: 50%;
}
.easy_youtube_gallery.col-3 .eytg-item {
	width: 33.3333%;
}
.easy_youtube_gallery.col-4 .eytg-item {
	width: 25%;
}
.easy_youtube_gallery.col-5 .eytg-item {
	width: 20%;
}
.easy_youtube_gallery.col-6 .eytg-item {
	width: 16.6666%;
}
.easy_youtube_gallery.col-7 .eytg-item {
	width: 14.2857%;
}
.easy_youtube_gallery.col-8 .eytg-item {
	width: 12.5%;
}
.easy_youtube_gallery .eytg-item .eytg-thumbnail {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #1f1f1f;
}
.easy_youtube_gallery.ar-4_3 .eytg-item .eytg-thumbnail {
	padding-bottom: 75%;
}
.easy_youtube_gallery.ar-square .eytg-item .eytg-thumbnail {
	padding-bottom: 100%;
}
.easy_youtube_gallery .eytg-item .eytg-thumbnail:before {
	content: " ";
	display: block;
	width: 84px;
	height: 59px;
	background-image: url(../img/play.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	opacity: 0.9;

	position: absolute;
	top: 50%;
	left: 50%;

	margin-left: -42px;
	margin-top: -30px;
	cursor: pointer;
	outline: 0;

	transform:scale(0.75);
}
.easy_youtube_gallery .eytg-item:hover .eytg-thumbnail:before {
	background-position: bottom center;
}

@media only screen and (max-width:768px) {
	.easy_youtube_gallery .eytg-item {
		width: 50%!important;
	}
}
@media only screen and (max-width:480px) {
	.easy_youtube_gallery .eytg-item {
		width: 100%!important;
	}
}