
.hero {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #ffffff;
    margin-bottom: 33px;
}

    .hero h1 {
        font-size: 55px;
        line-height: 65px;
        margin-bottom: 8px;
        padding: 0;
    }

    .hero h2 {
        font-size: 28px;
        line-height: 33px;
        color: #ffffff;
        margin-bottom: 8px;
        padding: 0;
    }

    .hero p {
        font-size: 20px;
        line-height: 24px;
        padding: 0;
    }

.category-filter {
    margin-bottom: 28px;
}

.video-grid {
    margin-bottom: 24px;
}



    .video-grid h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .video-grid .post-container {
        box-shadow: none;
        margin: 10px 20px;
    }

        .video-grid .post-container .post-categories {
            display: block !important;
            line-height: 19px;
            margin-top: 8px !important;
            margin-left: 0px !important;
            font-weight: bold;
        }

        .video-grid .post-container .post-title {
            font-size: 20px;
            font-weight: bold;
            line-height: 24px;
            height: auto;
            margin-left: 0px !important;
        }

        .video-grid .post-container .post-excerpt {
            display: none;
        }

        .video-grid .post-container .post-readmore {
            margin-top: 0px !important;
            margin-left: 0px !important;
        }

#VideoPlayerModal {
    width: 1120px;
    height: 630px;
    background-color: #000000;
}

#VideoPlayerContainer {
    width: 1120px;
    height: 630px;
    border: 0;
}

@media(max-width: 1199px) {
    .video-grid .post-container {
        margin: 10px 10px;
    }

        .video-grid .post-container .post-thumbnail {
            height: 155px;
        }
}

@media(max-width: 991px) {
    .video-grid .post-container {
        margin: 10px 20px;
    }

        .video-grid .post-container .post-thumbnail {
            height: 170px;
        }

    #VideoPlayerModal {
        width: 100%;
        height: calc(56.25vw);
    }

    #VideoPlayerContainer {
        width: 100%;
        height: calc(56.25vw);
    }
}

@media(max-width: 767px) {
    .video-grid .post-container {
        margin: 10px 10px;
    }

        .video-grid .post-container .post-thumbnail {
            height: fit-content;
        }
}
