@media screen and (max-width: 992px) {
 
    nav {
        background: url(https://etichete.digitalsapiens.ro/wp-content/uploads/2020/10/top-hero.png);
            background-size: cover!important;
    background-attachment: fixed!important;
    }
     nav a {
      display: none;
        
    }

    nav a:hover {
      color: #8b448a;
    }
    
    .logo{
    width: 100%;
}
     .video-background {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 1000%;
      min-height: 100%;
      width: 100%;
      height: auto;
      z-index: -1;
    }
    
    .more-button {
    font-size: 1.2rem;
    padding: 10px 20px;
    background-color: #cd9ac9;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-align: center;
    margin-left: 35%;
    margin-top: 5%;
}
    
.hero {
        padding: 4em 0;
      }
        .review-item{
        flex: 0 0 100%;
        max-width: 100%;
      }
#aboutcv{
    text-align: center;
    margin-left: 0%;
}
#aboutcv2{
    text-align: center;
    margin-left: 0%;
    margin-top: 1%;
}
    .reviews-content {
      display: flex;
        margin-left: 0%;
        height: 100%;
      justify-content:space-evenly;
    width: 100%;
    align-content: center;
    margin-top: 20%;
    }


    .review-item {
      max-width: 60%;
      margin-bottom: 20px;
      text-align: center;
    }



}
/style