/*
Theme Name: Betheme
Theme URI: https://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: https://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: betheme
Version: 21.5.9.2

All css files are placed in /css/ folder
*/
#Wrapper.page_custom #Header_wrapper {
    background-position: center;
}
#Wrapper.page_custom #Header_wrapper #Subheader {
    opacity: 0;
	padding: 300px 0 295px;
}
.play-video a {
	position: relative;
}
.play-video a:not(.link)::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #ffffff;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.6));
}