.navbar {
 z-index: 4;
 display: flex;
 align-items: center;
 padding: 9px 10px;
 background-image: url(/work/models/memorica/recursos/exposiciones/lucesCamaraAccion/img/s1/heroHomeB1.jpg);
 background-position: center top;
 background-size: 100%;
}

.container-title{
    bottom: 5%;
}

.cinema-effect::after {
  opacity:0;
  animation: none;
}
.scanlines {
  
  opacity: 0.6;
  animation: scanMove 0.25s linear infinite;
}

.container-title img {
  animation: breathe-analog 7s ease-in-out infinite;
  transform-origin: center;
}


@keyframes breathe-analog {
  0% {
    transform: scale(1);
    opacity: 0.90;
  }
  50% {
    transform: scale(1.015);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.90;
  }
}

@media only screen and (max-width: 768px) {
  .navbar {
     background-image: url(/work/models/memorica/recursos/exposiciones/lucesCamaraAccion/img/s1/heroS1MobileB.jpg);
  }
}

