.content2{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    white-space: nowrap;
    overflow: hidden;
}

.content2 span{
    display: block;
}

.overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
    transition: .5s ease;
    overflow: hidden;
    background-color: #333333;
    opacity: 0.6;
}

.mine:hover .overlay{
    height: 100%;
}

.scp:hover .overlay{
    height: 100%;
}

.fivem:hover .overlay{
    height: 100%;
}


.overlay2{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 70vh;
    transition: all 1s;
    z-index: 1;
}

.content3{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
}

.content3 span{
    display: block;
}

