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

.menu{
display: none;
}

#content{
  margin-top: 40px;
}

.contentInfo #colLeft .present {
    float: none !important;
    width: 90% !important;
    bottom: 0vw;
    left: 0px;
    padding-left: 5%;
    padding-right: 5%;
    overflow-x: hidden;
  }

.contentInfo .Infos{
    overflow-x: hidden;
    mix-blend-mode: unset;
    float: none;
    width: 100% !important;
    margin-top: 60px;
    margin-bottom: 2550px !important;
  }

.contentInfo .Infos #editor{
  padding: 0;
  width: auto;
 }

.contentInfo .Infos h2{
  width: 80% !important;
 }

 .credit{
   margin-bottom: 25px !important;
   float: none;
   width: 100% !important;
   line-height: 45px;
 }

}
