/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.videopreviewlink {
	position: relative;
	display: inline-block;
}

a.videopreviewlink:before {
	content: ""; 
	width: 100px; 
	height: 100px; 
	display: block; 
	background-image: url(../svg/video-playbutton-white.svg); 
	background-size: contain; 
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: calc(50% - 50px); 
	top: calc(50% - 50px); 
}