.perspectives-video video {
    box-shadow: none !important;
    border-radius: 0 !important;

    position: absolute;
    left: 50%; /* % of surrounding element */
    top: 50%;
    transform: translate(-50%, -50%); /* % of current element */
    z-index: -1;

    height: 100%;
    width: 177.77777778vh; /* 100 * 16 / 9 */
    min-width: 100%;
    min-height: 56.25vw; /* 100 * 9 / 16 */
}

.container-fluid.perspectives-video {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    overflow: hidden;
    position: relative;
}

.perspectives-video h2, .perspectives-video p {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}

.perspectives-video h2 {
    font-size: 1.8em;
    margin-top: 0 !important;
}

.perspectives-video p {
    font-size: 1.1em;
}

.btn-warning-video {
    background-color: #F29E00 !important;
    border-color: #F29E00 !important;
    color: #ffffff !important;
    font-size: 1em;
    padding: 5px 16px 5px 16px;
}

.btn-warning-video:hover {
    background-color: #F28200 !important;
    border-color: #F28200 !important;
    /*opacity: 0.8;*/
}