 @media (max-width: 780px) {
     .boxDesc {
         display: none !important;
     }
 }
 
 @media (min-width: 781px) {
     .boxDesc {
         display: block;
     }
     .mobBO {
         display: none !important;
     }
 }
 
 .descrizz,
 .myFotozz {
     height: 100vh;
     width: 100%;
 }
 
 .myFotozz {
     position: absolute;
     background: #000;
     background-image: url(../img/Enrico2.png);
     background-repeat: no-repeat;
     background-position: right;
     background-size: contain;
     filter: brightness(0.45);
 }
 
 .txt {
     font-size: 9vw;
     color: #cecece;
     text-transform: uppercase;
     font-weight: 900;
 }
 
 .txtMob {
     font-size: 9vw;
     color: #cecece;
     text-transform: uppercase;
     font-weight: 900;
 }
 
 .txtMobM {
     font-size: 7vw;
     color: #cecece;
     text-transform: uppercase;
     font-weight: 900;
 }
 
 .mobBO {
     position: absolute;
     bottom: 0;
 }
 
 .yessaBox {
     width: 99%;
     height: 120px;
     position: absolute;
     bottom: 177px;
     font-size: 19vh;
     color: #cecece;
     text-transform: uppercase;
     font-weight: 900;
 }