@media only screen and (max-width: 1440px) {
    .darkside-project-section-title-bg-image {
        width: 100vw;
        height: 28vh;
    }

    .darkside-project-section-title-bg-image img {
        width: 100svw;
        object-fit: cover;
    }

    .darkside-project-section-info-right p {
        font-size: 1rem;
    }
}
 
@media only screen and (max-width: 768px) {
    .darkside-project-section-video {
        width: 100svw;
        height: 100%;
    }

    .darkside-project-section-info-right-video-info {
        font-size: 0.8rem !important;
    }
}