@charset "UTF-8";
/* CSS Document */


.project {
    text-align: center;
    padding-bottom: 15px;
    margin: 45px 0;
}

.project-title {
	font-family: "Neue Regrade Medium";
    font-size: 24px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    letter-spacing: 2px;
}

.project-img,
.project-photo-img {
	height: 100%;
    width: 50%;
    margin: 0;
    padding: 0;
}


.video-player {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.video-player iframe, object, embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.youtube-container {
    margin: 0;
}

.project-info-text {
    font-size: 16px;
    padding: 0;
    margin: 30px 0;
}





/* Per schermi di 1000px o più piccoli */

@media screen and (max-width: 1000px) {
	
    .project-img,
    .project-photo-img {
		width: 100%;
    	margin: 0;
    	padding: 0;
        margin-bottom: 20px;
    }
    
	
    
    .project-title {
        margin: 80px 0 40px;
        font-size: 40px;
    }
    
    .project-info-text {
        font-size: 24px;
        margin: 60px 0;
    }
}