.footer-omatic {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 10px;
}

@media screen and (min-width: 1440px) {
  .footer-omatic {
    display: none;
  }
}

@media screen and (max-width: 1366px) {
  .my-info-wrapper {
    padding-top: 0 !important;
  }
  .owl-carousel .owl-item img{
    width: 90%;
  }
  .portfolio-content .one-half {
    padding-right: 30px;}
}

@media screen and (max-width: 768px) {
  .home-left-part::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
  }
  .home-left-part {
    z-index: 1;
  }
}

@media screen and (max-width: 640px) {
  .fondo-festival,
  .fondo-festival0 {
    background: black;
  }
  .aerial-img {
    background: url(../images/bg01.jpg) no-repeat;
    background-size: cover;
    height: 50vh;
    margin-left: -41rem;
    background-position: 0 -3rem;
  }
  .aerial-img2 {
    background: url(../images/bg-nicola2.jpg) no-repeat;
    background-size: cover;
    height: 50vh;
    margin-left: -41rem;
    background-position: 0 -8rem;
  }
  .width-55 {
    width: 100%;
  }
  .width-40{
    width: 100%;
  }
  .section-wrapper{
    padding-left: 0px;
    padding-right: 0px;
    background-color: #000;
  }
  .content-right-wrapper{
    background-color: #000;
  }
  
}

@media screen and (max-width: 480px) {
  .aerial-img {
    background-position: 0 -1rem;
  }
  .aerial-img,
  .aerial-img2 {
    height: 60vh;
  }
  .one-half{
    width: 100%;
    text-align: justify;
  }
}

@media  screen and (max-width: 767px) {
  .color-button {
    color: black !important;
    z-index: 1000;
  }
}

.image-galery{
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.none {
  display: none;
}

@media only screen and (max-width: 767px) {
  .none {
    display: block;
  }
}
