.paragraph[data-quickedit-entity-id="paragraph/51461"] .field--name-field-cta-button .field__item, .paragraph[data-quickedit-entity-id="paragraph/51461"] .field--name-field-cta-button .field__item a.btn {
    width: 100% !important;
}

.half-video .layout--wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1220px;
    position: relative;
    width: 100%;
    z-index: 5;
}


/** MOBILE **/
@media screen and (max-width: 1100px) {
    .big_padding {
        padding-bottom: 40px!important;
        padding-top: 40px!important;
    }
}

@media screen and (max-width:990px) {
	.half-video .layout--wrapper {
    padding: 40px 0px!important;
	}
}

@media screen and (max-width: 639px) {
	.half-video .layout__region {
    padding: 10px 0px!important;
	}
	.half-video.video-left .layout__region--second {
		order: -1!important;
	}
}