.video-frame {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.video-frame iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}





.button.is-custom {
	background-color: #3273dc;;
	border-color: transparent;
	color: #fff;
}

.button.is-custom:hover {
	background-color: #276cda;
	border-color: transparent;
	color: #fff;
}




.button.is-custom.is-light {
	background-color: #eef3fc;
	color: #2160c4;
}

.button.is-custom.is-light:hover {
	background-color: #e3ecfa;
	border-color: transparent;
	color: #2160c4;
}