
#all-hero {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 20px 0 60px;
}

.template-archive-shb.template-archive-tpl8 #all-hero {
    padding: 20px 0 40px;
}

@media screen and (max-width: 530px){
    #all-hero {
        height: max-content;
    }
}

.all-hero-title {
    color: #ffffff;
    margin-bottom: 0;
}

.template-archive-shb.template-archive-tpl8 .all-hero-title {
    line-height: 57.6px;
}

@media screen and (max-width: 530px){
    .template-archive-shb.template-archive-tpl8 .all-hero-title {
        line-height: 28.8px;
    }
}

.all-hero-text {
    color: #ACACB5;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

#all-hero-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    background-color: #000000;
}

#all-hero-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0IDQiPjxwYXRoIGZpbGw9InJnYmEoMjU1LCAyNTUsIDI1NSwgLjE1KSIgZD0iTTAgMGgydjJIMHoiLz48L3N2Zz4=') repeat;
    background-size: 4px 4px;
    opacity: .3;
}

#all-hero-bg .all-hero-bg-img {
    width: 100%;
    max-width: 1250px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

#all-hero-bg .all-hero-bg-img:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 110%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(rgba(0, 0, 0, 0.8)), to(#000000));
    background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0.8), #000000);
}

#all-hero-bg .all-hero-bg-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}
