body{
    background:url('../assets/img/novideo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
}



.links{
    margin-top:400px;
}

.logo{
    background:url('../assets/img/logo.svg');
    background-repeat:no-repeat;
    width:20%;
    height:20%;
    max-width:140px;
    left:30px;
    top:30px;
    position:absolute;
}

.routes{
    width:33.33%;
    float:left;
}
.work{
    background:url('../assets/img/work.svg');
    background-repeat:no-repeat;
    width:45%;
    height:22vh;
    float:left;
    background-position: center;
}

.shop{
    background:url('../assets/img/shop.svg');
    background-repeat:no-repeat;
    background-repeat:no-repeat;
    width:45%;
    height:22vh;
    float:right;
    background-position: center;
}

.type{
    background:url('../assets/img/type.svg');
    background-repeat:no-repeat;
    height:230.75px;
    background-position: center;
    margin-top:10px;
}

.social{
    margin-top:100px;
    margin-left: -50px;
}

.mail{
    background:url('../assets/img/mail.svg');
    background-repeat:no-repeat;
    height:30px;  
    background-position: center;
}

.tw{
    background:url('../assets/img/tw.svg');
    background-repeat:no-repeat;
    height:30px;
    background-position: center;
}

.fb{
    background:url('../assets/img/fb.svg');
    background-repeat:no-repeat;
    height:30px;  
    background-position: center;
    width:10%!important;
}

.insta{
    background:url('../assets/img/insta.svg');
    background-repeat:no-repeat;
    height:30px;
    background-position: center;
}



@media (max-width: 1199px) {
    .social{
        margin-top:0px;
        margin-left:0px;
        position: absolute!important;
        bottom: 80px;
        left:0;
    }
    .type{
     margin-top:100px; 
    }
    
    .mail{
        height:60px;  
    }
    
    .tw{
        height:60px;
    }
    
    .fb{
        height:60px;  
        width:25%!important;
    }
    
    .insta{
        height:60px;        
    }
    
}