.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-big{
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.6);
}
.c-skia-big:hover{
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.4);
}
.c-centerbox {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}


.c-espa-banner {
position: fixed;
bottom: 4%;
right: 4%;
}