﻿.static-banner {
    position: relative;
}

    .static-banner.full {
        height: 626px;
    }

    .static-banner.small {
        height: 313px;
    }

    .static-banner.editor {
        height: 100px;
    }

.static-banner img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    object-fit: cover;
}

    .static-banner img.full {
        height: 626px;
    }

    .static-banner img.small {
        height: 313px;
    }

.static-banner-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 30%;
}

    .static-banner-content.small {
        top: 50%;
        transform: translateY(-50%);
    }

    .static-banner-content.editor {
        position: relative;
        top: 0;
        bottom: 0;
        width: 100%;
    }

.static-banner-widgets.small {
    display: none;
}

.static-banner-widgets.editor {
    display: none;
}
