﻿

.Layout__wrapper-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.Layout__wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.Layout__main {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    flex-grow: 1;
    z-index: 1;
}

.page-content {
    max-width: 100vw;
    flex: 100%;
}





.block {
    background: #223;
    color: #eed;
    line-height: 25vh;
    text-align: right;
    margin-top: 20vh;
    height: 200px;
    width: 400px;
    position: relative;
}

span {
    background: #eed;
    color: #223;
    line-height: 25vh;
    text-align: left;
    padding: 0 42pt;
    display: block;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
