
.fixrel-in{
    position:relative;
    height: 100vh;
    width:100vw;
    margin-left:-50vw;
    left:50%;
}

.fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    overflow: hidden;

}
.ct-portfolios {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 70%;
    z-index: 300;
}

.ct-portfolio {
    display: inline-block;
}

.ct-images {
    position: relative
}

.ct-images img {
  position: absolute;
  max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  opacity: 0;
  z-index: -1;
  transform: scale(0.8);
}

.ct-title-h {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 5vh;
    line-height: 1.40;
    margin-right: 50px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.ct-title-h:hover {
    color: rgba(255, 255, 255, 1)
}

.ct-index {
    font-size: 26px;
    margin-right: 15px;
}


.ct-title a {
    text-decoration: none;
}


/*--------------------------------------------------
# Responsive
---------------------------------------------------*/

@media only screen and (max-width: 850px) {

    .ct-title-h {
        font-size: 30px;
    }
.ct-portfolios {
    width: 90%;
}

}
