body{
    overflow-x: hidden;
}
.continar
video{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    transition: 1s opacity;
    filter: grayscale(50%) blur(2.5px);
-webkit-filter: grayscale(50%) blur(5.5px);
   
}
.continar
video::-webkit-media-controls {
    display:none ;
    
}
.overflow-mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.75)
   

}
.continar
.proj{
    width: 100%;
    text-align: center;
    height: 15px;
    padding: 15px;
    color:  #fff;
    position: relative;
    background-color: #000;
    padding-bottom:70px;
    position: fixed;
    z-index: 5;;
}
.continar
.proj
span{
    font-weight: bold;
    font-size: 50px;
    color: rgb(211, 50, 50)
}
#lightbox{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: absolute;
    margin-top: 5%;
    width: 500px;
    height: 500px;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    display: block;
    top: 25%;
    left: 50%;
    transform: 
    translate(-50%,-25%)
    rotate(180deg);
    transition: .5s all;
    opacity: 0;
    z-index: -1;
    background-size: cover;
    background-attachment:auto;
}
#lightbox article{
    width: 100%;
    height: 150%;
    color: #ffbb05;
}
#lightbox article div{
    position: relative;
    top: 68%;
    left: 0px;
    width: 100%;
    height: 250px;
    padding: 0px;
    text-align: center;
    
}
#lightbox article div h1{
    font-size: 50px;
    letter-spacing: 35;
    margin-bottom: 15px;
    margin-left: -15px
    
}
#lightbox article div aside{
    width: 100%;
    height: 150px;
    padding: 0px;
    

}
#lightbox article div aside p{
    widows: 500px;
    height: 50px;
    line-height: 2;
    padding-top: 25px;
    color: #FFF
}
#lightbox article div span{
    color: #FFF;
    font-size: 100px;
    background-color: #ffbb05;
    position: relative;
    left: -20px;
    padding-left: 18px;
    padding-right: 0px;
    border-left: 15px solid rgb(241, 12, 12);
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}
#lightbox:hover img{
    transform: rotate(0deg);
}
#lightboxOverlay{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    position: absolute;
    top: 0;
    left: 5%;
    z-index: -1;
    background-color: #000000b3;
    opacity: 0.8;
    width: 90%;
    height: 100%;
    opacity: 0;
    transition: 1s all;
}
#close{
    position: relative;
    width: 50px;
    height: 50px;;
    z-index: 9999;
    left: 0px;
    top: 0px;
    transition: .5s all; 
    background-color: rgb(241, 12, 12);
    position: fixed;
    left: 0px;
    top: 0px

}
#close img{
    transition: .5s all;
}
#close:hover img{
    transition: .5s all;
    transform: rotate(180deg);
}
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;

}
table{
    width: 90%;  
    margin-left: 5%;
    border: none;
    transition: as all;

}
table tr{
    height: 250px;
    overflow: hidden;
}
.continar{
    width: 1350px;
    margin: auto;
    position: relative;
}
button{
    background:none;
    width: 100%;
    border: none;
    cursor: pointer;
    outline: none;
}
td{
border: 0px solid #000;  
background-attachment: fixed;
background-size: 100% 100%;
text-align: center;
transition: .5s all;
width: 20%;
overflow: hidden;
position: relative;
cursor: pointer;
}
td:hover img{
    transform: scale(1.2,1.2);
    transition: .5s all;
    }
td:hover{
background-color: #ffbb05;
}
td:hover img{
    opacity: .3;
}

td img{
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .5s all;
}
td a{
    position: absolute;
    top : 40%;
    left:35%;
    transform: translate(-50%,-50);
    text-decoration: none;
    background-color: #000000b3;
    color:#fff;
    width: 140px;
    height: 70px;
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
    letter-spacing: 5px;
    font-size: 20px;
    opacity: 0;
     transition: .5s ALL;
     border-radius: 5px;

}
td:hover a{
    transition: .5 sall;
    opacity: 1;
    border-radius: 0px;

}
.back{
    
    color: #fff;
    background-color: #000;
    z-index: 99999999;
    font-weight: bold;
    font-size: 50px;
    position: fixed;
    top: 50%;
    left: 0;
    border-radius: 15px;
    transition: .5s all;
    transform: translate(-65%,0)
    rotate(0deg);
    padding: 15px;
    text-decoration: none;

}
.back:hover {
transition: .5s all;
transform: translate(0%,0);
box-shadow: -90px 5px 0px #ffbb05;
border-top-left-radius: 0;
border-bottom-left-radius: 0;


}
.back:hover .right{
    transition: .2s all;  
    display: none ;
}
.back .left{
display: none;
    transition: .2s all;
}
.back:hover .left{
    display: inline;
    color: rgb(241, 12, 12)

}