#content .row {
    text-align: center;
    width: 100%;
    height: 300px
}

#content .small-space-large .imgContainer:first-child {
    width: 40%
}

#content .small-space-large .imgContainer:nth-child(2) {
    width: 50%
}

#content .large-space-small .imgContainer:first-child {
    width: 50%
}

#content .large-space-small .imgContainer:nth-child(2) {
    width: 40%
}

#content .row3 {
    text-align: center;
    width: 100%;
    height: 300px
}

#content .row3 .imgContainer {
    cursor: pointer;
    height: 300px;
    width: 30%;
    padding: 7px !important;
    position: relative;
    display: inline-block;
    color: black !important;
    transition: all 0.4s linear
}

#content .row3 .imgContainer .imgProject {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center
}

#content .row3 .imgContainer .description {
    background-color: white;
    position: absolute;
    top: 7px;
    bottom: 7px;
    left: 7px;
    right: 7px;
    opacity: 0;
    transition: all 0.4s linear;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

#content .row3 .imgContainer .description * {
    width: 100%
}

#content .row3 .imgContainer .description .infoSupp {
    padding: 0 10px
}

#content .row3 .imgContainer .description h3 {
    font-weight: normal
}

#content .row3 .imgContainer:hover .description {
    opacity: 1
}

#content .small-large-small .imgContainer:first-child {
    width: 25%
}

#content .small-large-small .imgContainer:nth-child(2) {
    width: 40%
}

#content .small-large-small .imgContainer:nth-child(3) {
    width: 25%
}

#content .large-small-large .imgContainer:first-child {
    width: 32.5%
}

#content .large-small-large .imgContainer:nth-child(2) {
    width: 25%
}

#content .large-small-large .imgContainer:nth-child(3) {
    width: 32.5%
}

.grid {
    max-width: 1064px;
    margin: auto;
    text-align: center;
    position: relative;
    min-width: 300px
}

.imgContainer {
    cursor: pointer;
    height: 300px;
    width: 300px;
    padding: 7px !important;
    position: relative;
    display: inline-block;
    color: black !important;
    transition: all 0.2s linear;
    float: left;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.imgContainer .imgProject {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center
}

.imgContainer .description {
    background-color: white;
    position: absolute;
    top: 7px;
    bottom: 7px;
    left: 7px;
    right: 7px;
    opacity: 0;
    transition: all 0.4s linear;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.imgContainer .description * {
    width: 100%
}

.imgContainer .description .infoSupp {
    padding: 0 10px
}

.imgContainer .description h3 {
    font-weight: normal;
    font-size: 16px
}


.imgContainer.show-desc .description {
    opacity: 1
}

.projectElement {
    max-width: 100%
}


@media screen and (min-width:1224px) {
    .imgContainer:hover .description {
        opacity: 1
    }
}

@media screen and (max-width:1143px) {
    #content {
        padding-right: 40px;
    }

    #contentSize {
        max-width: 1064px !important
    }
}



@media screen and (max-width: 943px) {
    .projectElement {
        width: 100% !important;
        aspect-ratio: 16 / 9;
        height: auto !important;
    }

    #gridProject {
        max-width: 100% !important
    }
}

@media screen and (max-width: 792px) {
    #content {
        padding-right: 20px;
    }
}