/* 
Theme Name: GGFL Theme 
Version: 1.0 
Description: GGFL theme. 
Author: PinkRobot
Author URI: 
Text Domain: ggfl_theme
*/

.custom-video-block video {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	object-fit: cover;
    border: 1px solid #707070;
	border-top-right-radius: 130px;
    border-bottom-left-radius: 130px;
}

.custom-video-block.v2 .custom-video-block__wrapper {
    padding-bottom: 56%;
	height: auto;
}

.custom-video-block.no-margin {
	padding-top: 0;
}

.custom-video-block.no-margin .custom-video-block__wrapper {
	margin-top: 0;
	margin-bottom: 0;
}

.custom-spacing p:not(:last-child) {
	margin-bottom: 2rem;
}

.custom-spacing p {
	text-align: left !important;
}