#pressStatementVideo {
    height: 525px !important;
}

/* #presidentsStatement::before {
    content: '\201C';
    height: 2.75rem;
    display: inline-block;
} */

section:last-of-type {
    margin-bottom: 3rem !important;
}

@media(max-width: 991px) {
    #pressStatementVideo {
        height: 400px !important;
    }
}

@media(max-width: 767px) {
    #pressStatementVideo {
        height: 300px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #struggleForTruthSlider .carousel-inner .carousel-item {
        max-height: 500px;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    #struggleForTruthSlider .carousel-inner .carousel-item {
        max-height: 640px;
    }
}

@media(min-width: 1441px) {
    #struggleForTruthSlider .carousel-inner .carousel-item {
        max-height: 820px;
    }
}


@media(min-width: 1920px) {
    #pressStatementVideo {
        height: 640px !important;
    }
}