.procedure_header .video-background {
    position: absolute;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    top:unset;
    left: 0;
    bottom: 0;
    right: 0;
    background: #22529a;
}
.procedure_header .video-background video, .doctor_header .video-background video {
    width: 100%;
}
.doctor_header .video-background  {
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    background: #22529a;
}
.page-location-hours .interior_header .cntwrap {
    justify-content: center;
}
.page-location-hours .interior_header .cntwrap .cnt {
    padding: unset;
}
.page-location-hours .interior_header .cntwrap .cnt  h1 {
    line-height: 1.2;
    font-size: 69px;
}
@media screen and (max-width: 980px) {
    .page-location-hours .interior_header .cntwrap .cnt {
        padding: 40px;
    }
    .page-location-hours .interior_header .cntwrap .cnt  h1 {
        font-size: 28px;
        line-height: 1.3;
    }
}
.menu-top > li.menu-item-has-children > a .nav-plus {
    background-image: url(images/down-arrow.svg);
    background-size: 12px 8px;
    display: block;
    width: 12px;
    height: 8px;
    transform: rotate(0);
    transition: all 0.3s ease-in-out;
}
.menu-top  > li.menu-item-has-children > a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.top-level-button .nav-plus {
    display: none!important;
}
.frontheader:before {
    content: "*Prescription under -6.0 spherical and -2.00 Cylinder";
    z-index: 3;
    position: absolute;
    color: #fff;
    left: 20px;
    font-size: .8rem;
    bottom: 20px;
}
.smalltext {
    position: absolute;
    bottom: 0;
    right: 40px;
    z-index: 3;
    margin: 0;
}
.smalltext p {
    color: #fff;
}
@media screen and (max-width: 980px) {
    .smalltext {
        margin-top: 50px;
    }
    .frontheader:before {
        transform: translate(-50%, -50%);    
        left: 50%;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .page-id-347 .procedure_header {
        background-position: 35% bottom!important;
    }
    .iclplaque {
        position: absolute!important;
        width: 150px;
        top: 80px!important;
        margin: 0!important;
    }
    .smalltext {
        bottom: 20px;
        margin-top: 0;
    }
    .smalltext p {
        font-size: 12px;
        margin: 0;
    }
    .frontheader .cnt {
        margin-bottom: 1vh!important;
    }
    .frontheader .procedure_header {
        height:auto!important;
    }
    .frontheader:before {
        font-size: 8px;
        bottom: 3px;
    }
}