@media screen and (max-width: 414px) and (-webkit-min-device-pixel-ratio: 1) {
    
    #nav, .yh2, #thumb, #thumb_nav, #next_project, #more_info, #previous_project {
        display: none !important;
    }

    #wrapper {
        padding: 30px;
        padding-right: 26px;
    }

    h1 a {
		display: block;
        background: url(/images/logo-yh2.png) no-repeat;
        background-size: contain;
		width: 50px;
		height: 30px;
		position: absolute;
		top: 25px;
        right: 15px;
    }
    
    #nav_mobile {
        position: absolute;
        top: 26px;
        left: 30px;
    }

    .burger {
        width: 30px;
    }

    .burger li {
        width: 100%;
        height: 3px;
        margin-bottom: 9px;
        background: black; 
    }

    #nav_mobile .nav {
        position: relative;
        width: 200px;
        padding: 15px;
        background: white;
        z-index: 10000000;
        display: none;
    }

    #nav_mobile .nav.active {
        display: block;
    }

    #nav_mobile .nav li {
        margin-bottom: 5px;
    }

    .buffer {
        margin-top: 15px; 
    }

    #nav_mobile p {
        color: black;
    }

    #infos {
        position: absolute;
        top: 100px;
        left: 30px;
        width: calc(100% - 55px);
    }

    #project-info {
        position: absolute;
        top: 0;
        left: 0;	
    }

	#slideshow {
        position: absolute;
        top: 160px;
        left: 30px;
        width: calc(100% - 55px);
    }

    #slideshow div { 
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    #slideshow img {
        max-width: 100%;
    }

    #project_slideshow {
        position: absolute;
        top: 200px;
        left: 30px;
        width: calc(100% - 55px);
    }

    #project_slideshow ul {
        width: 100%;
        margin-bottom: 30px;
    }

    #project_slideshow img {
        max-width: 100%;
    }


    #more_info_specs {
        /* display: block !important; */
        background: white;
        position: absolute;
        top: 200px;
        left: 30px;
        margin-bottom: 20px;
        width: calc(100% - 55px);
        z-index: 100;
    }

    #more_info_specs dt {
        font-weight: bold;
        color: #999;
    }

    #more_info_specs dd {
        color: #999;
        margin-bottom: 7px;
    }

    #more_info_specs dd p {
        color: #999;
        margin-bottom: 9px;
    }
    
    #inner {
        margin-top: 50px;
    }

    #inner h2 {
        margin-bottom: 10px;
    }

    #inner h3 {
        margin-top: 20px;
    }

    #inner h4 {
        margin-top: 5px;
    }

    #inner ul {
        margin-bottom: 10px;
    }

    #inner #photo {
        margin: 10px 0;
    }

}