.video-container{    
    width: 430px;
    height: 100%;
}

.ytp-cued-thumbnail-overlay-image{
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
}
.video-container-row{
    display:flex;
    align-items:center;
}
.video-history-culture{
    background-size: cover;
    
    padding-top: 30px;
    padding-bottom: 30px;
    max-height: 440px;
    position: relative;
    background-image: url(https://www.mwlesvos.gr/wp-content/uploads/2023/10/Group-16014.png);
}
.video-history-culture h2{ 
    font-size:40px;
    padding-bottom: 20px;
    padding-top:20px;
}

.video-history-culture span{
    font-size:24px;
    font-weight: 500;
    width: 60%;
    display: inline-flex;
}
.left-video-content{
    letter-spacing: -0.24px;
    color: #FFFFFF;
    opacity: 1;
    text-align: right;
}
.right-video-content{
    text-align: left;
}
@media (max-width: 992px) {
    .video-container-row{
        flex-direction: column-reverse;
        row-gap: 40px;
    }
    .right-video-content{
        text-align: center;
    }
    .left-video-content{
        text-align: center;
    }
    .video-container{
        max-width: 90%;
        margin:auto!important;
    }
    .video-history-culture{
    max-height: 100%;}
}
@media (min-width: 1600px) {
.video-container{
    width: 460px;
    height:100%;
}}
@media (min-width: 1900px) {
    .video-container{
        width: 610px;
        display: flex;
        align-items: center;
        height: 384px;
    }}
    @media (min-width: 2000px){
        .video-history-culture span{
            width:100%;
            justify-content: flex-end;
        }
    }