/* Put your custom styles here */

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin-top: 10px;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.promo-box-container {
    padding: 15px;
    border: dotted 5px #F3723C;
}

.promo-box-content {
    padding: 50px;
    background: #DCDCDC;
}

.promo-box-content .promo-box-content-title {
    display: block;
    font-size: 1.5rem;
}

.promo-box-content .promo-box-content-title:after {
    content: '';
    display: block;
    width: 250px;
    max-width: 100%;
    height: 2px;
    background: black;
    margin: 20px 0;
}

@media screen and (max-width: 992px) {
    .promo-box-content-title {
        margin-top: 25px;
    }
}

.promo-box-content .promo-box-content-content {
    font-size: 1.25rem;
}
