

    .opening-visual-wrapper {
        background-image: url("{{ settings.image }}");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

