







:root {
    --title-weight: 400 !important;
    --sub-title-weight: 500 !important;
} 



.block-layout .box-form .dynamic-form-separator {
	font-family: var(--custom-title-font-family, var(--title-font-family));
} 



.playpause {
    background-image:url("_media/custom/play-button-placeholder.png");
    background-repeat:no-repeat;
    width:170px;
    height:170px;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}