﻿.slide-inner__image.apply-scrim:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    opacity: 1;
    background: rgba(0,0,0,.4);
}

.container__richhtml .header-centre .hero__content {
    margin: 0 auto;
    text-align: center;
}

.container__richhtml .header-right .hero__content {
    margin-right: 8.333333%;
    text-align: right;
}

@media (min-width: 1025px) {
    .container__richhtml .header-right .hero__content {
        margin-right: 12%;
    }
}

@media (min-width: 1500px) {
    .container__richhtml .header-right .hero__content {
        margin-right: 8%;
    }
}