@media only screen and (max-width: 500px) {
    img.ezimage {
        float: none !important;
    }
    .abtme-img {
    text-align: center;
    }    
}
.wrap__ctaBody .cta_block .cta__description {
    margin: 5px 0;
}

.wrap__header--inner {
    background: #000;
}
.logo__title {
    color: #fff;
}
.wrap__header {
    border-bottom: 16px solid #000;
}
.wrap__slider {
    border-bottom: 24px solid #000;
}
.sidebar-holder {
    background: #000;
}
.wrap__footer {
    background: #030c0c;
    border-top: 32px solid #000;
}
.cta__button {
    background: #000;
}
.breadcrumb__list a {
    color: #000;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
}

/* Legacy-Inspire slider Fixed 768px */
@media screen and (max-width: 768px) {
.slider_home__container.slider__container {
    height: 276px !important;   
}
.slider__image--fixed {
    background-size: contain;
}
.wrap__image--inner .image {
    height: 70px;
    background-size: contain !important;
}
}

