.nost-video {
    min-height: 200px;
    max-height: 540px;
    width: 100%;


    video {
        object-fit: cover;
    }
}