.product-thumb .image {
	position: relative;
}
.product-thumb .image .popup-videos {
	position: absolute;
	bottom: 0px;
	padding-top: 3px;
	left: 10px;
	border: 1px solid #E7E7E7;
	border-radius: 4px;
	background-color: #FFF;
	z-index: 999;
}
.product-thumb .image .popup-videos a:focus {
	outline:none;
	border:none;
}
.product-thumb .image .popup-videos a i {
	font-size: 20px;
	color: #373737;
}
.thumbnails .image-additional.video {
	position: relative;
	max-width: none;
}
/* Embed Videos */
@media (min-width: 768px) {
	.video-embeds {
		width:100%;
		height:100%;
	}
	.video-embeds .embed-item {
		width:100%;
		display:block;
	}
}
@media (max-width: 767px) {
	.video-embeds {
		position: relative;
		display: block;
		height: 0;
		padding: 0 0 56.25%;
		overflow: hidden;
	}
	.video-embeds .embed-item {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
	}
}