.product-container {
    width: 70%;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: flex;
    height: auto;
}

.product-info {
    width: 50%;
    height: 100%;
    background: #d53d29;
    padding: 20px;
}

.charcoal-pic {
    background-image: url("/images/Products/Charcoal.jpg");
    background-color: #000;
    background-position: center;
    background-size: cover;
    width: 50%;
}

/* Screen-break for Biochar box (hides picture and widens text) */

@media screen and (max-width:600px) {
    .charcoal-pic {
        display: none;
    }
    
    .product-info {
        width: 100%;
    }
}
/* End of screen-break for Biochar box */

.yt-block {
    padding: 40px 0px;
    background: #fff;
}

.yt-container {
    margin: auto;
    width: 70%;
}

.yt-vid {
    margin-top: 20px;
    margin-bottom: 20px;
    width: auto;
    height: 300px;
    width: 100%;
}