#bannersBelowSlideshow{
    margin-bottom: 30px;
    text-align: center;
    position: relative;

}
#bannersBelowSlideshow:hover{
    z-index: 99999;
}
#bannersBelowSlideshow .row{
    margin-right: -7px;
    margin-left: -7px;    
}
#bannersBelowSlideshow .row > div{
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 10px;    
}
#bannersBelowSlideshow .row > div:first-child{
    /*padding-left: 15px;*/
}
#bannersBelowSlideshow .row > div:last-child{
    /*padding-right: 15px;*/
}
#bannersBelowSlideshow img{
    width: 100%;
}

#bannersBelowSlideshow .zoom {
    transition: transform .2s; /* Animation */
    position: relative;
}

#bannersBelowSlideshow .zoom:hover {
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    z-index: 99;
}

._2Horiz{
    margin-bottom: 40px;
}
._2Horiz .row{
    margin-left: -5px;
    margin-right: -5px;
}
._2Horiz .row > div{
    padding-left: 5px;
    padding-right: 5px;
}

._2Horiz span,
._2Horiz a{
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}
._2Horiz img{
    width: 100%;
    height: auto;    
}

._2Horiz .banner iframe{
    max-width: 100%;
}


._2Horiz .zoom {
    transition: transform .2s; /* Animation */
    position: relative;
}

._2Horiz .zoom:hover {
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    z-index: 99;
}

._2Horiz {
    display: block;
    position: relative;
    margin-top: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

._2Horiz > img {

}

._2Horiz .tt-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    bottom: -1px;
    top: inherit;
    z-index: 100;
}

._2Horiz .tt-description .tt-title-small {
    font-family: "Hind", sans-serif;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 1px 5px;
    border-radius: 4px;
    font-weight: 500;
    letter-spacing: 0.03em;
    background: rgba(0, 0, 0, 0.8);
}


._2Horiz .tt-description p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 4px;
}

._2Horiz .tt-description [class^="btn"] {
    margin-top: 20px;
}

._2Horiz .tt-description img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1024px) {
    ._2Horiz .tt-description .tt-title-small {
        font-size: 15px;
        line-height: 22px;
    }
    ._2Horiz .tt-description .tt-title-large {
        font-size: 23px;
        line-height: 30px;
    }
}

@media (max-width: 575px) {
    ._2Horiz .tt-description .tt-title-small {
        font-size: 15px;
        line-height: 22px;
    }
    ._2Horiz .tt-description .tt-title-large {
        font-size: 20px;
        line-height: 29px;
    }
    ._2Horiz .tt-description p {
        margin-top: 0;
        line-height: 20px;
    }
    ._2Horiz .tt-description [class^="btn"] {
        margin-top: 10px;
    }
}

._2Horiz .tt-description *:nth-child(1) {
    margin-top: 0;
}

@media (max-width: 575px) {
    ._2Horiz {
        margin-top: 0;
    }
}


._2Horiz:not(.tt-one-child) .tt-description .tt-description-wrapper {
    padding: 3px 8px;
    text-align: center;
    max-width: 90%;
    min-width: 47%;
    position: relative;
    margin: 0 auto;
}


@media (max-width: 1024px) {
    ._2Horiz:not(.tt-one-child) .tt-description .tt-description-wrapper {
        padding: 19px;
    }
}

@media (max-width: 575px) {
    ._2Horiz:not(.tt-one-child) .tt-description .tt-description-wrapper {
        padding: 15px;
    }
}

@media (min-width: 576px) {
    ._2Horiz:not(.tt-one-child) .tt-description img:first-child + * {
        margin-top: 24px;
    }
}

@media (max-width: 575px) {
    ._2Horiz:not(.tt-one-child) .tt-description img:first-child + * {
        margin-top: 12px;
    }
}

@media (min-width: 576px) {
    ._2Horiz:not(.tt-one-child) .tt-description [class^="tt-title"] + img,
    ._2Horiz:not(.tt-one-child) .tt-description p + img {
        margin-top: 11px;
        margin-bottom: 11px;
    }
}

@media (max-width: 575px) {
    ._2Horiz:not(.tt-one-child) .tt-description [class^="tt-title"] + img,
    ._2Horiz:not(.tt-one-child) .tt-description p + img {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

._2Horiz.tt-one-child .tt-description .tt-description-wrapper {
    padding: 13px 39px 11px;
    text-align: center;
    max-width: 100%;
    position: relative;
}

._2Horiz.tt-one-child .tt-description .tt-description-wrapper > *:not(.tt-background) {
    position: relative;
}

@media (max-width: 1024px) {
    ._2Horiz.tt-one-child .tt-description .tt-description-wrapper {
        padding: 13px 18px 11px;
    }
}

@media (max-width: 575px) {
    ._2Horiz.tt-one-child .tt-description .tt-description-wrapper {
        padding: 13px 15px 11px;
    }
}

._2Horiz.tt-one-child .tt-description img {
    max-width: inherit;
    width: 100%;
}

@media (max-width: 575px) {
    ._2Horiz.tt-one-child .tt-description img {
        max-width: 147px;
    }
}

@media (min-width: 576px) {
    ._2Horiz.tt-one-child .tt-description img:first-child:not(:last-child) {
        margin-top: 6px;
    }
}

@media (max-width: 575px) {
    ._2Horiz.tt-one-child .tt-description img:first-child:not(:last-child) {
        margin-top: 2px;
    }
}

@media (min-width: 576px) {
    ._2Horiz.tt-one-child .tt-description img:first-child:not(:last-child) + * {
        margin-top: 12px;
    }
}

@media (max-width: 575px) {
    ._2Horiz.tt-one-child .tt-description img:first-child:not(:last-child) + * {
        margin-top: 9px;
    }
}

@media (min-width: 576px) {
    ._2Horiz.tt-one-child .tt-description img:not(:first-child):not(:last-child) {
        margin-top: 11px;
        margin-bottom: 8px;
    }
}

@media (max-width: 575px) {
    ._2Horiz.tt-one-child .tt-description img:not(:first-child):not(:last-child) {
        margin-top: 11px;
    }
}


._3Horiz{
    margin-bottom: 30px;
}