#imageGroups {
    position: relative;
    display: block;
    height: 41vw;
    overflow: hidden;
    width: 60%;
    margin-left: 0% !important;
    float: left;
    margin: 0 auto;
    margin-bottom: 30px;
}

.promoColumnImage {
    position: relative;
    display: block;
    width: 39%;
    margin-left: 1%;
    height: 41vw;
    float: left;
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    /* margin-top: 50px; */
    /* margin-right: 4vw; */
}

.grayscaleImg {
    position: absolute;
    /* bottom: 0px; */
    left: 0px;
    width: 100%;
    height: 100%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 6-9 */
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
}

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

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

.fullScreenContainer {
    display: block;
    width: 100%;
    position: relative;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 30px;
}

.promoImageColumnText {
    /* display: none; */
    position: absolute;
    bottom: 15%;
    left: 5%;
    text-align: left;
    color: white;
    width: 63%;
    font-size: 64px;
    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: 8%;
    position: absolute;
    background-color: transparent;
    width: 80%;
    margin-left: 0%;
    display: block;
    justify-content: space-between;
    align-items: center;
    bottom: 8%;
}

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

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

.verMas {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 200;
    color: white;
    bottom: 5px;
    position: absolute;
    float: left;
    right: unset;
    bottom: 27%;
    left: 7%;
}

.verMasSquare {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 200;
    color: white;
    bottom: 5px;
    position: absolute;
    float: left;
    right: unset;
    bottom: 12%;
    left: 6%;
}

.groupTitle {
    position: absolute;
    bottom: 15%;
    left: 5%;
    text-align: left;
    color: white;
    width: 63%;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    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;
}

.arrowContainerImageGroups {
    border: 1px solid white;
    top: 65%;
    left: 5%;
    position: relative;
    display: none;
    /* margin: 0 auto; */
    width: fit-content;
    padding: 24px;
    border-radius: 35px;
    background-image: url("../../files/whiteArrowIndex.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    /* transform: rotate(180deg); */
}

@media screen and (max-width: 768px) {
    .groupTitle {
        bottom: 14%;
        font-size: 43px;
        width: 92%;
        text-align: end;
    }

    #imageGroups {
        width: 100%;
        height: fit-content;
        float: none;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .promoColumnImage {
        width: 100%;
        height: 80vw;
        margin: 0 auto;
        margin-top: 0%;
        display: block;
        float: none;
        margin-top: 5px;
        margin-bottom: 0px;
        background-position: 50% 100%;
    }

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

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

    .promoImageColumnText {
        bottom: 15%;
        font-size: 43px;
    }

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

    .fullScreenContainer {
        width: 100%;
        margin: 0px auto;
        margin-bottom: 30px;
    }

    .rectangleContainer {
        /* position: sticky; */
        margin-left: 0%;
        background-color: transparent;
        display: block;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 25px;
        bottom: 0%;
    }

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

    .verMas {
        font-size: 19px;
        text-transform: uppercase;
        font-weight: 200;
    }

    .verMasSquare {
        font-size: 21px;
        text-transform: uppercase;
        font-weight: 200;
        color: white;
        bottom: 5px;
        position: absolute;
        float: right;
        right: 5%;
        width: fit-content;
        bottom: 5%;
        left: unset;
    }
}