#imageGroups {
    position: relative;
    height: auto;
    overflow: hidden;
    width: calc(100% / 3);
    float: left;
    margin: 0 auto
}

.promoColumnImage {
    position: relative;
    display: block;
    width: 43%;
    height: 38vw;
    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;
    left: 0;
    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");
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    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: 98%;
    height: auto;
    margin: 0 1%;
    margin-bottom: unset;
    cursor: pointer
}

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

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

.promoImageColumnText {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-align: left;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    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: .8
}

.textHovered {
    opacity: 1
}

.rectangleContainer {
    height: 40px;
    position: absolute;
    background-color: #000;
    width: 80%;
    margin-left: 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 6%
}

.rectangleContainer:hover {
    font-weight: 600
}

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

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

@media screen and (max-width: 768px) {
    #imageGroups {
        width: 91%;
        height: auto;
        float: none;
        margin-bottom: 30px
    }

    #imageGroups .widthContainer {
        width: 100% !important;
        height: auto;
        margin: unset;
    }

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

    .promoWideImage {
        width: 100%;
        margin: unset;
    }

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

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

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

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

    .rectangleContainer {
        height: 40px;
        background-color: #000;
        width: 80%;
        margin-left: 10%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        bottom: 4%;
    }

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

    .verMas {
        font-size: 13px
    }
}