.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

.c-belowsitetitle{
font-size: 1.4em;
font-weight: 300;
line-height: 1em;
color: #6fb513;
text-align: center;
}
.c-belowsitetext{
font-size: 1em;
font-weight: 300;
margin-bottom: 0px;
line-height: 1em;
text-align: center;
}
.c-skia{
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.7);
}
.c-skia:hover{
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.1);
}

.c-skia-mobile{
min-height: 450px;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
}
.c-skia-mobile:hover{
min-height: 450px;
width: 100%;
background-color: rgba(0, 0, 0, 0.3);
}

.c-centerbox {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}