/* Add stuff here if you need for Broadcast only*/
/* This loads after and overwrites project-master.css */

@media screen and (min-height: 1200px) {
    .question {
        margin-top: 180px;
    }
}

#first {
    margin-top: 60px !important;
}

.hero {
    height: 700px;
    background-image: url("../media/img/about1.jpeg");
    background-size: cover;
    background-position: top center;

    img {
        display: none;
    }
}

.image-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 20px;

    img {
        height: 35vw;
        width: auto;
        border-radius: 10px;
    }

    .smaller {
        height: 23vw;
    }

    video {
        width: auto;
        height: 35vw;
        object-fit: cover;
        border-radius: 10px;
    }
}