.wrap-gallery {
	overflow: hidden;
	height: 200px;
	margin-bottom: 30px;
	position: relative;
}
.wrap-gallery img {
	width: 100%;
	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.container-embed {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
}
	.embed-video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}



@media (max-width: 768px) {
	.wrap-gallery {
		height: 112px;
	}
}