#imageGroups {
    position: relative;
    display: block;
    height: 90vh;
    overflow: hidden;
    width: 61%;
    margin-left: 1% !important;
    float: left;
    margin: 0 auto;
}

#square {
    float: left;
    overflow: hidden;
    margin-bottom: 16px;
    max-width: calc(50% - 8px);
}

#square:nth-child(odd) {
    padding-left: 16px;
}

#square:nth-child(even) {}

.seeMore {
    font-size: 13px;
    text-align: left;
    font-weight: 300;
    line-height: 16px;
    margin-top: 5px;
}

.promoColumnImage {
    position: relative;
    display: block;
    width: 50vw;
    height: 50vw;
    float: left;
    cursor: pointer;
    overflow: hidden;
}

.grayscaleImg {
    width: 100%;
    transition: 0.5s;
}



.promoWideImage {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    background-size: cover;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 1%;
}

.fullScreenPromo {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 0;
    margin-bottom: 20px;
    transition: 0.5s;
}



.fullScreenContainer {
    display: block;
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
}

.promoImageColumnText {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-align: left;
    color: white;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    transition: color 0.4s ease-out;
    -moz-transition: color 0.4s ease-out;
    -webkit-transition: color 0.4s ease-out;
    -o-transition: color 0.4s ease-out;
}

.bkgHovered {
    opacity: 0.8;
}

.textHovered {
    opacity: 1;
}

.rectangleContainer {
    height: 40px;
    position: relative;
    background-color: black;
    width: 80%;
    margin-left: 10%;
    display: none;
    justify-content: space-between;
    align-items: center;
    top: 90vh;
}

.rectangleContainer:hover {
    font-weight: 600;
}

.name {
    margin-left: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: white;
}

.verMas {
    margin-right: 20px;
    color: white;
}

.groupTitle {
    width: fit-content;
    height: fit-content;
    position: absolute;
    background-color: transparent;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-align: center;
    top: 30px;
    left: 30px;
    font-size: 21px;
    text-transform: uppercase;
    color: white;
    font-weight: 500;
    border: solid;
    border-color: white;
    border-width: thin;
    padding: 15px;
}


@media screen and (max-width: 768px) {
    #imageGroups {
        width: 100%;
        height: fit-content;
        float: none;
        margin-bottom: 0px;
        display: none;
    }

    #highlights {
        margin-bottom: 5px;
    }

    .seeMore {
        font-size: 11px;
    }

    .groupTitle {
        font-size: 14px;
        padding: 10px;
        min-width: 150px;
        text-align: left;
    }

    .promoColumnImage {
        width: 100vw;
        height: 100vw;
        margin: 0;
        padding: 0;
        display: block;
        float: none;
    }

    #square {
        width: 100vw;
        height: 100vw;
        margin-bottom: 5px;
        padding: 0 !important;
        max-width: unset;
    }

    .promoWideImage {
        width: 100%;
        height: 83vw;
        margin-left: 0px;
        margin-right: 0%;
        display: block;
        margin-bottom: 0px;
    }

    .promoWideImage:nth-child(odd) {
        margin-right: 0px;
    }

    .promoImageColumnText {
        font-size: 17px;
        left: 15px;
        bottom: 15px;
    }

    .promoColumnImage .promoImageColumnText {
        font-size: 25px;
    }

    .fullScreenContainer,
    .fullScreenPromo {
        margin: 0;
    }

    .rectangleContainer {
        height: 40px;
        position: sticky;
        background-color: black;
        width: 80%;
        margin-left: 10%;
        display: none;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

    .name {
        margin-left: 15px;
        font-size: 13px;
    }

    .verMas {
        font-size: 13px
    }
}
