.site-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
}

.menu {
    border-right: 1px solid #cccccc;
}

.is-front-centered {
    width: 40%;
    margin-left: 30%;
    height: fit-content;
    z-index: 50;
}

.is-one-tenth {
    width: 10%;
}

svg a:hover {
    opacity: 90%;
}

.modal-content {
    width: calc(100vw - 120px);
}

.modal-box-content {
    width: 100%;
    height: calc(100vh - 120px);
}

.modal-svg {
    display: inline;
    width: inherit;
    min-width: inherit;
    max-width: inherit;
    height: inherit;
    min-height: inherit;
    max-height: inherit;
}

.modal-image {
    object-fit: contain;
}
