/*.blade-center .blade__links {
    justify-content: center !important;
}
*/
.videobanner-a .item__txtBtn {
    WIDTH: 65%;
    margin-top: 15%;
}
@media (min-width: 992px) {
    .videobanner-a__subtitle
 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}
.cta-button-large, .cta__button {
        min-width: 20rem;
    }

.logo__title.component__title {
        font-size: 1.75rem;
    }

.cta-button-normal {
    min-width:10rem;
}
.section--dark .cta__button.component__button--2 {

     color: white; 
}

/* White Space in Mobile and Tablet Fix */
@media (max-width: 800px){
    .ple-column-padding{
    overflow-x: hidden !important;
    }

    .videobanner-a .item__txtBtn {
        width: 100%;
    }
}

body {
    overflow-x: hidden !important;
}
