.category-banner-injected {
    display: block;
}

.category-banner-injected .thumbnail-container.category-banner-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: unset !important;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    background: #f3f2ef;
}

.category-banner-injected .category-banner-link {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: unset !important;
    text-decoration: none !important;
    color: #111111;
}

.category-banner-injected .category-banner-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: unset !important;
    padding: 34px 20px 34px;
    text-align: center;
    box-sizing: border-box;
}

.category-banner-injected .category-banner-title {
    color: #111111;
    font-size: 18px;
    line-height: 1.12;
    font-weight: 400;
    /*min-height: 55px;*/
    display: flex;
    align-items: flex-start;
    justify-content: center;
    word-break: break-word;
}

.category-banner-injected .category-banner-image-wrap {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 70px;
    margin: 12px 0;
}

.category-banner-injected .category-banner-img {
    display: block;
    width: auto;
    max-width: 100%;
    /*max-height: 90px;*/
    object-fit: contain;
}

.category-banner-injected .category-banner-button:hover {    background-color: #c1c4c4; color: #000;
  border: 1px solid #7f7f7f;}
.category-banner-injected .category-banner-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 46px;
    padding: 0 28px;
    border-radius: 14px;
    background: #ff7900;
   border: 1px  #ff7900 solid;
    color: #ffffff;
    font-size: 17px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
		-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.category-banner-link,
.category-banner-inner {
    overflow: hidden;
}

@media (max-width: 767px) {
    .category-banner-injected .category-banner-inner {
        padding: 28px 16px;
    }

    .category-banner-injected .category-banner-title {
        font-size: 22px;
        min-height: 48px;
    }

    .category-banner-injected .category-banner-img {
        max-height: 80px;
    }

    .category-banner-injected .category-banner-button {
        min-width: 130px;
        height: 42px;
        font-size: 14px;
    }
}
