@charset "UTF-8";

.l-footer__links {
    display: flex;
    align-items: center;
}

.l-footer__link {
    margin-right: 42px;
}

@media screen and (max-width: 960px) {
    .l-footer__link {
        display: block;
        right: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 960px) {
    .l-footer__links {
        order: 1;
        display: block;
        width: 100%;
    }
}

.captionvideo{
text-align: center;
}
