.full-width-image-block .block-inner {
position: relative;
}
.full-width-image-block img {
    width: 100%;
    height: auto;
    min-height: 375px;
    object-fit: cover;
}
.full-width-image-overlay::after {
    background: rgba(1, 1, 1, 0.25);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.full-width-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.full-width-image-overlay-inner {
    z-index: 2;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}
.full-width-image-block h2 {
    margin-bottom: 0;
    color: #fff;
}
.full-width-image-block p:first-of-type {
    margin-top: 20px;
    color: #fff;
}


@media all and (max-width: 1920px) {
}
@media all and (max-width: 1366px) {
}
@media all and (max-width: 1280px) {
}
@media all and (max-width: 1024px) {
.content-block.full-width-image-block {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 480px) {
}
@media all and (max-width: 375px) {
}