.video-container video {
    display: none;
}

.video-donate-cta-container .video-container .mobile-fallback img {
    min-height: 100vh;
    width: auto;
    object-fit: cover;
    object-position: 25% 50%;
}

.video-donate-cta-container .video-container {
    height: 100vh;
}

.donate-cta-container {
    position: absolute;
    color: #ffffff;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.master-holder .donate-cta-container h1, .donate-cta-container .subtitle {
    color: #ffffff;
    margin-bottom: 0;
}

.video-donate-cta-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,0.6);
    z-index: 1;
}

.stripe-inner-container {
    max-width: 450px;
    margin: 20px auto;
    background-color: rgba(0,0,0,0.4);
    border-radius: 5px;
    text-align: center;
    padding: 35px;
    width: 90%;
    position: relative;
    color: #333232;
    font-size: 24px;
}

.stripe-inner-container input {
    width: 80%;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    height: 51px;
    line-height: 20px;
    font-weight: bold;
    font-size: 24px !important;
}

.stripe-inner-container input[type="text"] {
    color: #27aae1;
    padding-left: 25px;
}

.stripe-inner-container .dollar-dollar-bill {
    position: absolute;
    left: calc(35px + 10%);
    top: 50px;
}

.stripe-inner-container a {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #27aae1;
    color: #ffffff;
    padding: 10px 0;
    font-size: 16px;
    box-sizing: border-box;
    height: 51px;
    line-height: 21px !important;
}

.stripe-inner-container a:hover {
    background-color: #70bbf7 !important;
}

.events-grid-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.events-item-wrap {
    background-color: #fff;
    display: flex;
    height: 159px;
    align-items: center;
}

.events-item-wrap .date-wrap {
    background-color: #27aae1;
    color: #fff;
    height: 100%;
}

.events-item-wrap .date-wrap .date-inner-wrap {
    position: relative;
    top: 20px;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0 15px;
}

.events-item-wrap .date-wrap .month, .events-item-wrap .date-wrap .day {
    display: block;
    text-align: center;
}

.events-item-wrap .date-wrap .day {
    font-size: 36px;
}

.events-item-wrap .body-wrap {
    padding: 0 15px;
    position: relative;
    padding-right: 35px;
}

.events-item-wrap .body-wrap span {
    display: block;
}

.events-item-wrap .title {
    font-size: 20px;
    color: #27aae1;
    font-style: italic;
    margin-bottom: 0;
    font-weight: bold;
}

.events-item-wrap .time {
    font-weight: bold;
}


@media screen and ( max-width: 940px ) {
    .events-grid-wrap {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .events-item-wrap {
        position: relative;
        width: 100%;
        margin-bottom: 45px;
    }
}

@media screen and ( min-width: 1066px ) {

    .video-donate-cta-container .video-container {
        position: relative;
        width: 100%;
        height: 80vh !important;
        display: block;
        overflow: hidden;
        min-height: 600px;
    }

    .video-donate-cta-container .video-container video {
        object-fit: cover;
        object-position: 50% 50%;
        min-height: 100%;
        width: 100%;
    }

    .video-container video {
        display: block;
    }

    .video-container .mobile-fallback {
        display: none;
    }
}

@media screen and ( min-width: 1148px ) {
    .events-item-wrap:first-child {
        height: 235px;
    }

    .events-item-wrap:first-child .date-wrap .date-inner-wrap {
        font-size: 28px;
        padding: 25px 35px;
    }

    .events-item-wrap:first-child .date-wrap .day {
        font-size: 48px;
    }

    .events-item-wrap:first-child .body-wrap {
        padding: 0 35px;
        padding-right: 52px;
    }

    .events-item-wrap:first-child .title {
        font-size: 24px;
    }
}
