.wholesale-home-banner{
    position: relative;
    line-height: 0;
    border-radius: 32px;
    overflow: hidden;
    max-height: 600px;
}
.wholesale-home-banner::before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark-color);
    opacity: 0.5;
}
img.wholesale-home-banner__image{
    width: 100%;
    height: auto;
}
.wholesale-home-banner__video{
    min-height: inherit;
}
.wholesale-home-banner .wholesale-home-banner__title{
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
}
.wholesale-home-banner .wholesale-home-banner__text{
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
}
.wholesale-home-banner .wholesale-home-banner__title,
.wholesale-home-banner .wholesale-home-banner__text{
    color: #fff;
    display: block;
}
.button.wholesale-home-banner__button{
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    height: 56px;
    line-height: 56px;
    padding: 0 32px;
    text-transform: capitalize;
    margin-top: 32px;
    background: transparent;
    overflow: hidden;
    transition: .3s all ease-in-out;
    outline: none;
}
.button.wholesale-home-banner__button::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .3s all ease-in-out;
}
.button.wholesale-home-banner__button:hover::before{
    opacity: 0.8;
}
.button.wholesale-home-banner__button:active::before{
    opacity: 0.9;
}
.button.wholesale-home-banner__button:active{
    transform: scale(0.98);
}
.wholesale-home-banner__texts,
.wholesale-home-banner__button{
    z-index: 1;
    position: relative;
}
.wholesale-home-banner .wholesale-home-banner__texts{
    text-transform: uppercase;
}
.wholesale-home-banner .wholesale-home-banner__text sup{
    font-size: 70%;
    position: relative;
    top: -0.25em;
}
.wholesale-home-banner__image{
    object-fit: cover;
    max-height: inherit;
}
.wholesale-home-banner__content{
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 0 15px;
}
@media screen and (max-width: 768px){
    .wholesale-home-banner{
        width: calc(100% + 30px);
        margin-left: -15px;
        min-height: 225px;
        border-radius: 0;
    }
    .wholesale-home-banner .wholesale-home-banner__image{
        height: 100%;
        min-height: inherit;
    }
    .wholesale-home-banner .wholesale-home-banner__title{
        font-size: 16px;
        margin-bottom: 8px;
        line-height: 20px;
    }
    .wholesale-home-banner .wholesale-home-banner__text{
        font-size: 32px;
        line-height: 40px;
    }
    .button.wholesale-home-banner__button{
        margin-top: 16px;
        height: 48px;
        font-size: 16px;
        line-height: 48px;
    }
}
@media screen and (max-width: 480px){
    .wholesale-home-banner .wholesale-home-banner__title{
        font-size: 12px;
        margin-bottom: 8px;
        line-height: 20px;
    }
    .wholesale-home-banner .wholesale-home-banner__text{
        font-size: 24px;
        line-height: 32px;
    }
}
