/* Ghost Koenig width classes - required by theme validator */
.kg-width-wide {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.kg-width-full {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
