canvas {
    display: none;
}

#title-star {
    display: flex;
    flex-direction: column;
}

#hero .project-cover {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 50% 0px 0px 0px;
    background-size: cover;
    background-position: center;
  
}

#hero #title-star #title-about {
	max-width: 100%;
}

@media screen and (min-width: 2700px) {

    #hero .project-cover {
        height: 565px;
    }

}

@media screen and (max-width: 800px) {

    #hero .project-cover {
        height: 40vw;
    }

}