#cursor .icon {
    transform: translate3d(-50%,-50%,0) scale(1.5);
    transform-origin: center;
}
.listOpen{
    display: none;
}
.listOpen.opened{
    display: block;
}
.menu-item li:hover span,
.menu-item li:hover a,
.list a:hover{
    font-style: italic!important;
}

.descriptions .project__container {
    height: 100%;
}
.section#project-logos{
}
.section#project-logos .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%,0);
}
.section#project-logos .legal {
	font-family: studiopro,Helvetica,Arial,sans-serif;
	font-size: .78163vw;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	margin-right: 3.54505vw;
	width: 9.60118vw;
}
.section#project-logos .logos {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.section#project-logos .image {
	height: 14.77105vw;
	height: auto;
	margin-right: 3.54505vw;
	width: 14.77105vw;
}
.postits .postit .text > * {
	margin-bottom: 8px;
}
iframe {
    width: 100%;
    height: 100%;
}
ul.links{
    display: flex;
}
.project.news .image{
    background: #f9f4f2;
}
.postits.zactive{
    z-index: 999999
}
.postits.zactive .postit{
    border: 1px solid #000;
}
.descriptions .project__container.adjustmenu .row{
    padding-bottom: 20px;
}
.postit{
    cursor: pointer;
}
.signature{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Athelas, Times, serif;
    font-size: 1.04218vw;
    font-style: normal;
    font-weight: 400;
    grid-column-start: span 10;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2;
    padding: 7.0901vw 0 0;
}
.signature ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
}
.signature li:after {
    content: " _ ";
    white-space: pre;
}
.copyright p:hover{
    /*text-decoration: underline;*/
}
.button--description p:hover{
    /*text-decoration: underline;*/
}
.show-menu .header .nav,
.show-menu .header .nav a,
.show-menu .header .nav li {
	z-index: 999999999;
}
.show-menu .header .burger {
	z-index: 9999999999;
}
.menu-item-project-mobile,
.button--about-mobile,
.button--news-mobile{
    display: none!important;
}

.footer .player{
    position: absolute;
    color: #fff;
    cursor: pointer;
    font-family: Athelas,Times,serif;
    font-size: 1.30272vw;
    font-style: italic;
    font-weight: 400;
    line-height: 1.04;
    pointer-events: all;
    transition: all 0.3s ease-out;
    display: none;
}
.footer .player:hover{
    text-decoration: underline;
}
.footer .player.rewind{
    left: 30px;
}
.footer .player.sound{
    right: 30px;
}
.copyright.button--about p::after{
    content: '';
}
@media screen and (max-width:1024px){
    .footer .player{
        position: absolute;
        color: #000;
        font-size: 20px;
    }
    .menu-item-project-mobile,
    .button--about-mobile,
    .button--news-mobile{
        display: block!important;
    }
    .menu-item-project,
    .button--about,
    .button--news{
        display: none!important;
    }
    .section#project-logos .row {
        display: block;
    }
    .section#project-logos .legal {
        margin-right: 0;
        font-size: 13px;
        width: auto;
    }
    .section#project-logos .logos {
        display: block;
    }
    .section#project-logos .image {
        margin-right: 0;
        width: auto;
        padding: 0;
    }
    .postits {
        height: auto;
        left: 0;
        pointer-events: none;
        position: fixed;
        top: auto;
        width: 100%;
        z-index: 3;
        bottom: 30px;
        display: block;
    }
    .postits .postit {
        background: #f9f4f2;
        margin-bottom: 17px;
        opacity: 0;
        position: relative;
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease;
        width: 100%;
    }
    .postits .postit .title {
        font-size: 6.88vw;
    }
    .postits .postit .text > * {
        font-size: 3.98667vw;
    }
    .nav a,
    .nav span {
        color: inherit;
        text-decoration: none;
        margin: 8px;
        display: block;
        font-size: 8vw;
    }
}