
/* WS STYLE */

.ws-overlay {
    position: relative;
}

.ws-overlay:before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    z-index: -1;
}

.logo-kir {
    width: 80px;
    height: auto;
}

