html,
body,
.main-container,
.main {
    height: 100vh;
    margin: 0;
    font-family: 'Lato', sans-serif;
    color: #FFF;
}
.logo-container {
    height: 10%;
}
.logo {
    height: 100%;
    padding: 10px;
}
h1 {
    font-size: 4.8vmax;
    margin: 0 0 30px;
}
p.desc {
    font-size: 1.3vmax;
}
.link-container {
    margin-top: 60px;
}
a.prod-link,
a.studio-link {
    padding: 18px;
    border: 1px #fcaf17 solid;
    text-decoration: none;
    color: #FFF;
    font-size: 1.4vmax;
}
.mobile-tablet {
    display: none;
}
.v-align {
    vertical-align: middle;
    display: inline-block;
    height: 90%;
    width: 18%;
}
.desktop {
    background-image: url("../img/portail-desktop.jpg");
    background-size: cover;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}
.studio,
.events {
    display: inline-block;
    width: 40%;
    height: 40%;
    margin: auto;
    vertical-align: middle;
    text-align: center;
}
@media (max-width: 1023px) {
    .desktop {
        display: none;
    }
    .v-align {
        display: none;
    }
    .mobile-tablet {
        display: block;
        background-image: url("../img/portail-tablette.jpg");
        background-size: cover;
        background-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        height: 100%;
        min-height: 480px;
        width: 100%;
        text-align: center;
    }
    .studio,
    .events {
        display: block;
        width: auto;
        text-align: center;
        height: 40%;
    }
    .events {
        margin-top: 80px;
    }
}
@media (max-width: 667px) {
    html,
    body,
    .main-container,
    .main {
        height: 100%;
        min-height: 480px;
    }
    .logo {
        height: 30px;
    }
    h1 {
        font-size: 2em;
        margin: 0 0 20px;
    }
    p.desc {
        font-size: 0.8em;
    }
    .link-container {
        margin-top: 40px;
    }
    a.prod-link,
    a.studio-link {
        padding: 8px;
        font-size: 0.9em;
    }
    .events {
        margin-top: 60px;
    }
}
