#videoToggle {
    cursor: pointer;
    line-height: 55px;
}
.videoToggle__bloc {
    display: inline-flex;
}
.videoToggle__icon {
    margin: auto;
}
.videoToggle__text {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}
#videoClose {
    cursor: pointer;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 15px;
    font-size: 1.5em;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 25%;
    position: relative;
    left: 100%;
    top: -5px;
    color: white;
}
#video {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
}
.videoContainer {
    width: 90%;
    height: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}

@media screen and (max-width: 960px) {
    .videoToggle__icon {
        margin-right: 0;
    }
}
