.section__video {
    margin-bottom: 60px;
}

.ls-video__container--center,
.ls-video__container--left,
.ls-video__container--right {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.ls-video__container--left,
.ls-video__container--right {
    max-width: 1420px;
}

.ls-video__container--center {
    max-width: 948px;
}

.ls-video__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.ls-video__first-col--intext,
.ls-video__second-col--intext,
.ls-video__first-col--above,
.ls-video__first-col--below,
.ls-video__second-col--above,
.ls-video__second-col--below {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
}

.ls-video__first-col--above,
.ls-video__first-col--below,
.ls-video__second-col--above,
.ls-video__second-col--below {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .ls-video__first-col--intext,
    .ls-video__second-col--intext {
        flex: 0 0 50%;
    }
}

.ls-video__first-col--below,
.ls-video__first-col--right {
    order: 2;
}

.ls-video__video-wrapper {
    margin-bottom: 0.8rem;
    padding-bottom: 56.56%;
    position: relative;
}

.ls-video__video {
    border: none;
    height: 100%;
    left: 0;
    position: absolute;
    object-fit: cover;
    top: 0;
    width: 100%;
}

.ls-video__overlay {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ls-video__overlay--no-transparency {
    background-color: rgb(0, 0, 0);
}

.ls-video__image {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.ls-video__play-btn {
    background-color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 88px;
    opacity: 0.8;
    position: relative;
    top: -5px;
    transition: opacity 0.3s linear;
    width: 88px;
    z-index: 1;
}

.ls-video__play-btn:focus,
.ls-video__play-btn:hover {
    outline: none;
    opacity: 1;
}

.ls-video__play-btn:active {
    opacity: 0.9;
}

.ls-video__play-btn span {
    pointer-events: none;
}

.ls-video__play-icon {
    border-bottom: 16px solid transparent;
    border-left: 25px solid #000;
    border-top: 16px solid transparent;
    display: block;
    height: 0;
    left: 50%;
    pointer-events: none;
    position: relative;
    transform: translate(-40%, 0);
    transition: border-color 0.3s linear;
    width: 0;
}
