section.block-banner.dark-overlay {
    overflow: hidden;
    position: relative;
}

section.block-banner.dark-overlay:before {
    content: " ";
    position: absolute;
    height: 100%;
    min-height: 400px;
    background: #000;
    top: 50%;
    transform: translatey(-50%);
    bottom: 0;
    left: 0;
    right: 0%;
    opacity: 0.2;
}

.banner {
    padding: 10rem 0;
}

.links-wrapper {
    margin-top: 2rem;
}

a.button.call-us:before {
    content: url(/wp-content/themes/toast/assets/images/phone-solid.svg);
    padding-right: 0.5rem;
    float: left;
    width: 1.25rem;
    height: 1.25rem;
}

a.button.email-us:before {
    content: url(/wp-content/themes/toast/assets/images/envelope-solid.svg);
    padding-right: 0.5rem;
    float: left;
    width: 1.25rem;
    height: 1.25rem;
}

a.button.price-list:before {
    content: url(/wp-content/themes/toast/assets/images/list-ul-solid.svg);
    padding-right: 0.5rem;
    float: left;
    width: 1.25rem;
    height: 1.25rem;
}

#beautyheader {
	background-position: bottom;
}
/**Tablet & Below**/
@media(max-width:768px){
	
}

/**Mobile & Below**/
@media(max-width:550px){
	
}