.image-buttons {
    position: relative;
    z-index: 1;
}

.dots-bg {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    object-position: bottom;
}

.home .dots-bg {
    bottom: -40px;
    top: 50px;
}

.title-left {
    padding-bottom: 20px;
}

.title-left h2.bdr-center {
    color: #D22429;
    padding-bottom: 10px;
}

.title-left p {
    padding-bottom: 10px;
}

.title-info {
    font-size: 16px;
    color: #5D5D5D;
    font-style: italic;
}

.title-wrap {
    padding-bottom: 35px;
}

.title-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-buttons__content {
    padding: 0 14px;
}

.image-button {
    display: block;
    margin-top: 26px;
    margin-bottom: 11px;
    position: relative;
    height: 64px;
    border: none;
    box-shadow: 0 0 15px rgba(0,0,0,0.16);
}

.image-button__img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.image-button__hover:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background: linear-gradient(to bottom,  rgba(235,235,236,0.7) 40%,rgba(235,235,236,1) 100%); 
}

.image-button__hover {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 19px 20px;
    color: #fff;
    z-index: 2;
}

.image-button__title {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    position: relative;
    padding: 0;
}

.image-button__title::after {
    content: none;
    font-family: 'icomoon';
    position: absolute;
    right: 0;
    font-weight: normal;
}

.home .image-button__title::after {
    content: '\e913';
}

.image-button::before {
    content: '';
    position: absolute;
    top: -7px;
    right: -5px;
    height: 7px;
    width: 200px;
    background-color: #292929;
    z-index: 3;
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
}

.image-button::after {
    content: '';
    position: absolute;
    top: -6px;
    right: -5px;
    height: calc(100% + 15px);
    width: 6px;
    background-color: #292929;
    z-index: 4;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
}

.image-button__btn {
    padding-top: 25px;
}

.image-buttons--inner {
    position: relative;
    z-index: 1;
}

.image-buttons--inner .dots-bg {
    bottom: 0;
    z-index: -9;
}

.image-buttons--inner .title-wrap {
    padding-bottom: 0;
}

.image-button.image-button--link.with-no-link {
    pointer-events: none;
}

.full-width-wrap .title-left {
    margin: 0 auto;
}

.full-width-wrap .title-left h2.bdr-center,
.title-wrap .title-left h2.bdr-center {
    margin-left: auto;
    margin-right: auto;
}

.image-buttons__content .row {
    justify-content: center;
}

.image-button__hover .short-desc__wrapper * {
    font-size: 15px;
    line-height: 19px;
}

.image-button__hover .short-desc__wrapper p {
    padding-bottom: 5px;
}

.image-button__hover .short-desc__wrapper {
    visibility: hidden;
    opacity: 0;
    padding-bottom: 5px;
}

.image-button:hover .image-button__hover .short-desc__wrapper,
.image-button:focus .image-button__hover .short-desc__wrapper {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}

@media (min-width: 768px) {
    .title-left h2.bdr-center {
        width: 462px;
    }

    .title-right {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .title-wrap {
        padding-bottom: 0;
    }
    
    .image-buttons__content {
        padding: 0;
    }
    

    .title-info {
        font-size: 18px;
    }

    .image-button {
        margin-top: 60px;
        margin-bottom: 11px;
        height: 290px;
    }

    .image-button__hover::after {
        height: 290px;
        background: linear-gradient(to bottom, rgba(235,235,236,0) 0%,rgba(235,235,236,1) 100%);
    }

    .image-button__title {
        text-align: center;
    }

    .image-button__title::after {
        display: none;
    }

    .image-button::after {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 97%);
    }

    .image-buttons__content .row {
        margin: 0 -32px;
    }

    .image-buttons__content .col-sm-6 {
        padding: 0 32px;
    }

    .image-buttons--inner .image-button {
        margin-top: 30px;
        margin-bottom: 40px;
        height: 190px;
    }

    .image-button::before {
        top: -11px;
        right: -10px;
        height: 11px;
        width: 200px;
    }

    .image-button::after {
        top: -11px;
        right: -10px;
        height: calc(100% + 22px);
        width: 11px;
    }
}


@media (min-width: 1200px) {

    .title-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .title-left {
        width: 885px;
    }

    .full-width-wrap .title-left {
        width: 985px;
    }

    .title-left h2.bdr-center {
        width: 100%;
    }

    .image-button {
        margin-top: 50px;
    }


    .image-buttons__content .row {
        margin: 0 -16px;
    }

    .image-buttons__content .col-sm-6 {
        padding: 0 24px;
    }

    .image-button:hover::after,
    .image-button:hover::before {
        background-color: #D22429;
    }

    .image-button:hover .image-button__hover::after {
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    }

    .image-button:hover .image-button__title {
        color: #fff;
    }

    .image-buttons--inner .image-button {
        margin-top: 30px;
        margin-bottom: 40px;
        height: 290px;
    }

    .image-button.with-no-link:hover {
        box-shadow: none;
    }

    .image-button.with-no-link:hover::after, 
    .image-button:hover.with-no-link::before {
        background-color: #292929;
    }

    .title-right {
        justify-content: space-between;
    }
}

.iframe-container ,
.iframe-container  iframe{
    width: 100%;
    height: 100%;

}
@media (min-width: 1366px) {

    .title-left {
        width: 985px;
    }

    .full-width-wrap .title-left {
        width: 1098px;
    }
}