.mbm-button.no-play-icon .pre-text:before {
    display: none !important;
}

.mbm-button.has-play-icon .pre-text:before {
    display: inline-block !important;
    content: " ";
    width: 12px;
    height: 12px;
    background-image: url(/wp-content/themes/american-wave-machines/dist/assets/images/circle-play-solid.svg);
    background-size: cover;
    background-repeat: no-repeat;
    filter: invert(1);
    line-height: 1;
    margin-bottom: -2px;
    margin-right: 4px;
}

.mbm-button .pre-text {
    display: inline-block;
}

.mbm-button.no-play-icon .pre-text {
    margin-right: 0;
}

.mbm-button.no-play-icon .pre-text:before {
    background-image: none !important;
}

.mbm-button .pre-text:empty {
    display: none !important;
}

@media (min-width: 1600px){
    .arrow.has-button {
        left: -5rem;
        bottom: 4rem;
    }
    .sub-hero.has-button .hero__message {
        top: 50%!important;
    }
}
