#imageGroups {
    position: relative;
    height: auto;
    overflow: hidden;
}

.promoColumnImage {
    position: relative;
    display: inline-block;
    width: calc(50% - 33px);
    height: 398px;
    margin-left: 15px;
    margin-right: 15px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.grayscaleImg {
    position: absolute;
    top: 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: cover;
    background-position: 50% 50%;
    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:hover .grayscaleImg,
.promoColumnImage:hover .grayscaleImg {
    opacity: 1;
}

.promoWideImage:hover .promoImageColumnText,
.promoColumnImage:hover .promoImageColumnText {
    color: #58595b;
}

.promoWideImage {
    position: relative;
    z-index: 2;
    float: left;
    width: 70%;
    margin-bottom: 25px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 5% 14% 0px 14%;
}

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

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

.promoImageColumnText {
    text-align: center;
    color: #100f0f;
    float: left;
    font-size: 30px;
    line-height: 34px;
    height: 34px;
    width: 100%;
    position: relative;
    font-weight: 700;
    margin-bottom: 5px;
    overflow: hidden;
    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;
}

.imgGroupContainer {
    height: 91%; 
    float: left;
    width: 43%;
    position: relative;
}

.groupGif {
    position: absolute;
    z-index: 3;
    right: 23px;
    top: 83px;
    width: 20%;
}

.promoImageColumnDescription {
    text-align: left;
    color: #100f0f;
    float: left;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    min-height: 17px;
    width: 87%;
    height: auto;
    position: relative;
    margin-left:14%;
}

.promoImageColumnViewMore {
    padding: 0px 20px;
    font-size: 15px;
    position: relative;
    float: left;
    line-height: 35px;
    height: 34px;
    display: block;
    overflow: hidden;
    width: fit-content;
    text-align: center;
    margin-top: 10px;
    margin-left:14%;
    text-transform: uppercase;
    border: 1px solid var(--principal2);
}

.squareWithTextInsideImage {
    position: relative;
    z-index: 2;
    float: left;
    width: 99%;
    height: 467px;
    margin-top: 20px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.quareWithTextInsideGroupContainer{
    height: 91%;
    float: left;
    position: relative;
    padding-left: 24px;
    width: 28%;
}
.quareWithTextInsideGroupContainer:first-of-type {
    padding-left: 6%;
}
.squareWithTextInsideDescription{
    text-align: left;
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 17px;
    min-height: 17px;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 13%;
    z-index: 1000;
    margin-left: 20px;
}
.squareWithTextInsideViewMore{
    padding: 0px 20px;
    font-size: 15px;
    position: relative;
    float: left;
    line-height: 35px;
    height: 34px;
    display: block;
    overflow: hidden;
    width: fit-content;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    position: absolute;
    bottom: 8%;
    z-index: 1000;
    margin-left: 20px;
    background-color: #000;
}
.imgsGroupsContainer {
    float: left;
    /* background-image: url(/files/greyBkg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    margin-bottom: 15px;
    width: 100%;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.groupsContainer {
    margin: auto;
    overflow: hidden;
}

.imgsGroups {
    margin: auto;
    overflow: hidden;
    width: 100%;
}
.imageWithoutTextContainer:first-of-type {
    margin-left: 12%;
}
.imageWithoutTextContainer {
    display: block;
    width: 38%;
    position: relative;
    height: auto;
    overflow: hidden;
    margin-left: 1%;
    float: left;
}

@media screen and (max-width: 1200px) {
    .promoColumnImage {
        width: 100%;
        height: 100vw;
        margin: 0 auto;
        display: block;
        z-index: 2;
        float: left;
        margin-bottom: 30px;
    }

    .promoWideImage {
        float: unset;
        width: 81%;
        display: block;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 10px;
        height: 422px;
    }
    .quareWithTextInsideGroupContainer {
        width: 93%;
        margin-left: 4%;
    }
    .squareWithTextInsideImage {
        height: 400px;
    }

    .promoImageColumnText {
        font-size: 22px;
        line-height: 26px;
        height: auto;
        margin-bottom: 0px;
    }

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

    .imgGroupContainer {
        float: left;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .imgsGroupsContainer {
        padding-top: 3vh;
        padding-bottom: 0vh;
        margin-bottom: 0;
    }

    .promoImageColumnViewMore {
        margin: 15px 9%;
    }

    .fullScreenContainer {
        width: 100%;
    }

    .fullScreenPromo {
        margin: 0px auto 15px;
    }

    .promoImageColumnDescription {
        font-size: 11px;
        margin-bottom: 10px;
        margin-left: 9%;
    }

    .imagesTextContainer {
        float: none;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .groupGif {
        right: 0px;
        top: 63px;
        width: 29%;
    }

    .promoWideImage:hover .grayscaleImg,
    .promoColumnImage:hover .grayscaleImg {
        opacity: 0;
    }

    .imageWithoutTextContainer {
        width: 90%;
        margin-left: 5%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .promoWideImage {
        height: 1000px;
    }
    .squareWithTextInsideImage {
        height: 1000px;
    }
}