.section {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.section-content-container {
    width: 1080px;
    margin: 0 auto;
}

#title-container h2 {
    font-size: 42px;
    font-weight: 700;
    /* font-family: 'MarketFresh'; */
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-img-div {
    height: 90vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#section-3 .section-content-container {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 360px 720px;
}

#chef-gen-info-container {
    width: 360px;
}

#chef-gen-info-container-container {
    width: 320px;
}

#chef-gen-info-container p {
    font-size: 22px;
}

#chef-detail-container {
    padding-left: 60px;
    border-left: solid;
    border-color: #395b89;
    border-width: 5px;
    padding-bottom: 100px;
}

#chef-detail-container img {
    max-width: 635.8px;
    max-height: 423.86px;
    /* display: block;
    margin-left: auto; */
}

#chef-detail-container p {
    font-size: 22px;
}

#chef-detail-container .jersey-fresh-link {
    display: block;
    font-size: 22px;
    margin-bottom: 25px;
}

/* need to select the first of some class */
/* .recipe-list-links {
    margin-top: 10px;
}

.vendor-list-links:first-child {
    margin-top: 10px;
} */

#youtube-iframe-container {
    margin-bottom: 40px;
}

iframe {
    min-width: 1080px;
    min-height: 480px;
    margin-top: 40px;
}

/* tablet */
@media only screen and (max-width: 1080px) {
    iframe {
        min-width: 90vw;
        min-height: 480px;
    }

    #chef-gen-info-container {
        margin-top: 20px;
    }

    .section-content-container {
        width: 80vw;
    }

    #chef-detail-container img {
        width: 80vw;
        display: block;
        margin: 0 auto;
    }

    #chef-detail-container {
        padding: 0;
        border-left: none;
        border-width: 5px;
    }

    #section-3 .section-content-container {
        display: block;
        margin: 0 auto;
    }
}

/* phone break*/
@media only screen and (max-width: 768px) {
    .section-content-container {
        width: 90vw;
    }

    #chef-detail-container img {
        width: 90vw;
    }

    .jersey-fresh-quote-block {
        width: 90vw;
    }
    
    iframe {
        min-height: 480px;
    }
}