/* Cookie Consent Related Items */
/* video and ytconsent classes applied to Youtube videos to prevent play prior to consent for EU sites.  */
.videoNoConsent::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #ED756B 30%, #00aad4);
    opacity: .9;
    z-index: 110;
}

.ytConsentPrompt {
    position: absolute;
    z-index: 120;
    top: 25%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    height: 100%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.ytConsentPrompt .btn,
.ytConsentPrompt .btn:hover,
.ytConsentPrompt .btn:active{
    margin-top: 15px;
    background-color: #00aad4;
    color: #fff;
    border: solid thin #00aad4;
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    #accordion .videoFeatureWrap .ytConsentPrompt{
        font-size: 14px;
        top: 15%;
    }
}
/* ///Cookie Consent Related Items */