@import url(https://fonts.googleapis.com/css?family=Montserrat);

body, html{
    min-height: 100%;
}

body{
    /*background: url(../img/bg-splashscreen.jpg) center center no-repeat;
    background-size: cover;*/
    margin: 0;
    padding: 0;
    overflow: hidden;
}

video{
    position:absolute;
    top: 0;
    width: 177.77vh;
    height: 100%;
    overflow: hidden;
}

@media screen and (min-aspect-ratio: 16/9) {
    video{
        width: 100%;
        height: 56.5vw;
    }
}

@media screen and (max-width: 480px){
    body {
        background: url(../img/bg-splashscreen.jpg) center center no-repeat;
        background-size: cover;
    }

    video{
        display: none;
    }
}

.container{
    position: relative;
    right: 150px;
}

.design-container{
    margin: 0 auto;
    margin-top: calc(50vh - 180px);
    width: 359px;
    max-width: 100%;
}

.design-container img{
    max-width: 100%;
    height: auto;
}

.btn-container{
    margin: 0 auto;
    width: 359px;
    position: relative;
    bottom: 270px;
    left: 300px;
}

.btn-container a{
    border: 4px solid #fff;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Montserrat, arial, sans-serif;
    padding: 15px 30px;
    display: inline-block;
    margin-bottom: 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.btn-container a:hover{
    background-color: #d0112b;
    border-color: #d0112b;
}

.red-bar{
    position: fixed;
    bottom: 0;
    height: 15px;
    width: 100%;
    background-color: #d0112b;
}

@media (max-width: 768px){
    .container{
        right: auto;
    }

    .design-container{
        margin-top: calc(50vh - 260px);
    }

    .btn-container{
        position: static;
        bottom: auto;
        left: auto;
    }

    .btn-container div:last-child a{
        margin-bottom: 50px;
    }
}

@media (max-width: 480px){
    .btn-container{
        width: 100%;
        margin-top: calc(50vh - 80px);
    }

    .btn-container a{
        margin: 0 15px 20px 15px;
    }

    .design-container{
        display: none;
    }

    .btn-container a{
        padding: 15px 0;
        text-align: center;
        font-size: 16px;
        display: block;
    }
}
