.ph-hhs-slide {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    min-height: 500px;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    /*backdrop-filter: blur(10px);*/
}

.hero-btn {
    padding: 20px;
    display: inline-block;
    color: white !important;
    text-transform: uppercase;
    margin-top: 25px;
    font-weight: 700;
    font-size: 20px;
}

.hero-btn::empty {
    display:none;
}

.ph-hhs-slide span.ph-hss-right {
    content: "";
    width: 100%;
    height: 100%;
    display: flex;
    right: 0;
    top: 0;
    position: absolute;
}

span.ph-hss-right .whole {
    align-self: center;
    width: 1660px;
    margin: 0 auto;
    text-align: right;
}

.whole h1 {
    color:white;
    text-transform:uppercase;
}

.whole a {
    background: white;
    padding: 20px;
    display: inline-block;
    border-radius: 100em;
    color: black;
    text-transform: uppercase;
    margin-top: 25px;
    font-weight: 700;
    font-size: 20px;
}

.hhs-left-panel {
    width: 1680px;
    padding: 2.5em;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    align-self: center;
}

.hhs-left-panel h4 {
    background: transparent;
    padding: 2px 5px;
    font-size: 18px;
    color:white;
    box-sizing: border-box;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0;
    max-width: fit-content;
}

.hhs-left-panel h1 {
font-size: 49px;
    font-weight: 700;
    color: white;
    max-width: 50%;
    margin: 15px 0;
    line-height: 60px;
    letter-spacing: -1.5px;
}

.hhs-left-panel p {
color: white;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 25px;
    max-width: 95%;
}

.owl-dots {
    right: 0 !important;
    position: relative !important;
    top: 0 !important;
    max-width: 1587px !important;
    display: flex !important;
    top: -545px !important;
    margin: 0 auto !important;
    margin-top:-20px !important;
}

.hhs-inner-container {
    max-width: 600px;
    display: inline-block;
    /*backdrop-filter: blur(5px);*/
}

.hhs-inner-container h1 {
    font-family: minion-pro, serif;
font-style: normal;
font-weight: 400; 
}

.mobile-only {
    width:100% !important;
    background:#2e2e2e !important;
    position:relative;
    display:none;
    min-height:250px;
}

.mobile-only a {
    background:white !important;
    color:black !important;
    font-size: 16px;
    padding: 0.75em;
}

.hero-btn:empty {
    display:none !important;
}

