h2.thunder {
    font-size: 4em
}

@media screen and (max-width: 1024px) {
    h2.thunder {
        font-size: 2.5em;
    }
}

.video-container {
    width: 100%;
    height: 75vh;
    overflow: hidden;
    position: relative
}

@media screen and (max-width: 1024px) {
    .video-container {
        height: auto;
    }
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 2em 10vw;
}

.text-overlay p:not(.t4_button) {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.5;
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
    .text-overlay {
        padding: 2em;
    }
}

@media screen and (max-width: 1024px) {
    .text-overlay {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        transform: none;
        background-color: #000 !important;
        margin-top: -10px;
        padding: 1em 2em;
    }

    .text-overlay p:not(.t4_button) {
        font-size: 1em;
    }

    .text-overlay h1 {
        font-size: 1em !important;
    }
}

.play-pause-button {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 1em;
    border-radius: 5px;
}

.sponsor-grid > p {
    border: 1px solid #ececec;
    padding: 1em;
    margin: 0.5em;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 3fr 100px 1fr 3fr;
    grid-gap: 1em;
}

@media screen and (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: auto;
    }
}

.footer-grid img {
    border: 1px solid #ececec;
    border-radius: 5px;
    background: #fff;
    padding: 5px;
}
