html {
    min-height: 100%;
}
body.container {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.mve-header {
    width: 100%;
    border: 0;
}
.mve-header__title, .mve-header__portfolio {
    margin-bottom: 0;
    color: #648ace;
}
.mve-header__portfolio {
    text-align: right;
}
.mve-canva {
    position: relative;
    width: 100%;
    height: 0;
    margin-top: 1em;
    margin-bottom: 0.9em;
    padding-top: 56.25%;
    padding-bottom: 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(63, 69, 81, 0.16);
    will-change: transform;
}
.mve-canva {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 8px;
    background-color: #fff;
}
.mve-canva__iframe {
    position: absolute;
    top: 0;
    left: -1px;
    display: block;
    width: calc(100% + 2px);
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
.small.mve-confidentiality{color: #648ace;}
