#sokhatas .section-title-wrapper .section-title {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
#sokhatas .section-title h1 {
    margin: 0;
    font-size: 24px;
    line-height: 48px;
}
#sokhatas {
    color: white;
}

#sokhatas .bg-overlay {
    /* content: ''; */
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 1;
    position: relative;
}
@media (max-width: 767px) {
    #sokhatas .bg-overlay {
        /* content: ''; */
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.65);
        z-index: 1;
        position: relative;
    }
}
#sokhatas .bg-overlay > * {
    z-index: 2;
}

#sokhatas .event-name {
    color: #000;
}
#sokhatas video:focus {
    outline: none
}

@media (min-width: 768px) {
    #sokhatas video {
        height: 340px;
        width:570px;
        background-color: #000;
    }
    #sokhatas .two-columns {
        -webkit-column-count: 2;
                column-count: 2;
        -webkit-column-gap: 40px;
                column-gap: 40px;
    }
}
