.fullspan
{
    width: 100%;
    margin-bottom: 20px;
    margin-top: -20px;
    min-height: 500px;
}

.fullspan .image
{
    width: 100%;
}

.fullspan img
{
    position: absolute;
}

.hidden
{
    display: none;
}

.fullspan .arrow
{
    z-index: 1000;
    width: 100px;
    position: absolute;
    display: hidden;
}

.fullspan .arrow img
{
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
}

.fullspan .nextarrow
{
    right: 0;
}

.fullspan .arrow:hover
{
    display: block;
    background-color: rgba(128, 128, 128, 0.10);
}

.fullspan .video-container{
    width: 100%;
    height: 100vh;
    max-height: 500px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #809598;
}
.fullspan .video-container iframe{
    width: 100%;
    height: 100%;
    max-width: 800px;
    align-self: center;
}