/**
 * The following styles get applied both on the front of your site and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

/*
.large-spot {
    background-size: cover;
    background-position: center;
    height: 400px;
    width: 100%;
    padding: 48px;
    position: relative;
    color: #ffffff;
}

.large-spot:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.large-spot__inner {
    z-index: 2;
    position: relative;
}

.large-spot__button, .large-spot__button:hover {
    background-color: #ffffff;
    color: #000000;
    border: none;
    border-radius: 2px;
    padding: 16px;
}
/*