.rbb-slick-product-gallery__image .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 1;
}

.pvg-item {
	width: 50px;
    height: 50px;
    line-height: 50px;
	border-radius: 50%;
    padding: 0;
    margin: 0;
    display: flex;
	align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: #D2212E;
    cursor: pointer;
    z-index: 9;
}

.pvg-item:hover {
	background-color: #fff;
	color: #D2212E;
}

.pvg-item:before {
    content: '►';
    font-size: 28px;
    width: 50px;
    height: 50px;
	line-height: 50px;
	top: -4%;
    right: -4%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rbb-slick-product-gallery__image .pvg-item {
	width: 200px;
    height: 200px;
    line-height: 200px;
}

.rbb-slick-product-gallery__image .pvg-item:before {
	font-size: 108px;
    width: 200px;
    height: 200px;
    line-height: 200px;
}

.single-product .product-image .rbb-slick-product-thumb .slick-slide .item .thumbnail .pvg-item {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


