body.type_WX section#content a {
    color: #266fe2;
}

/*.eAdPromoBanner {*/
/*    background-image: url('https://frc.org/img/domain/frc/Whats_New_Banner_2_1200x600.jpg');*/
/*    background-size*/
/*}*/

.eAdPromoBanner {
    background-image: url("/img/domain/frc/Banner_Background.png");
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: 85%;
}

.eAdPromoBanner img {
    width: 75%;
    max-width: 510px;
}

@media (min-width: 768px) {
    .eAdPromoBanner {
        height: 500px;
    }
}

@media (min-width: 992px) {
    .eAdPromoBanner {
        height: 600px;
    }
}

.eAdPromoWrapper {
    position: relative;
    display: grid;
    grid-gap: 30px;
    padding-bottom: 30px;
    max-width: 750px;
    margin: 0 auto;
}

.eAdPromoSingle {
    display: grid;
    align-items: center;
    justify-items: center;
    border-bottom: solid 1px #ddd;
    padding: 0px 30px 15px 30px;
}

.eAdPromoSingle label {
    width: 250px;
    border-radius: 50%;
    z-index: 1;
    height: 250px;
}

.eAdPromoSingle img {
    border-radius: 50%;
    height: 250px;
}

.eAdPromoButton {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 20px;
    color: white;
    background-color: lightcoral;
    font-weight: bold;
}

p {
    font-size: 1.2rem;
}

@media (min-width: 767px) {
    .eAdPromoSingle {
        grid-template-columns: 250px 1fr;
        grid-gap: 50px;
    }
}


.videoWrapper {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 0;
    grid-row-gap: 20px;
}

.videoWrapper > div {
    text-align: center;
}

@media only screen and (min-width: 640px) {
    .videoWrapper {
        grid-template-columns: 47.5% 47.5%;
        grid-column-gap: 5%;
        grid-row-gap: 40px;
    }
}

@media only screen and (min-width: 981px) {
    .videoWrapper {
        grid-template-columns: 30% 30% 30%;
        grid-row-gap: 50px;
    }
}

.youtubeVideo {
    border: 0;
}

.iframe-container {
    overflow: hidden;
    /* 16:9 aspect ratio */
    padding-top: 56.25%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.videoTitle {
    color: white;
    font-color: white;
}