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

.container-title {
  bottom: 5%;
  width: 50%;
}

.cinema-effect::after {
  opacity: 0;
  animation: none;
}
.scanlines {
  opacity: 0.3;
  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.9;
  }
  50% {
    transform: scale(1.021);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
}

footer{
  height: 30px;
  background-image: url("/work/models/memorica/recursos/exposiciones/lucesCamaraAccion/img/filmLine.svg");
  background-size: contain;
  background-repeat: repeat-x;
  
}

@media only screen and (max-width: 768px) {
  footer{
  height: 15px;
  background-image: url("/work/models/memorica/recursos/exposiciones/lucesCamaraAccion/img/filmLine.svg");
  background-size: contain;
  background-repeat: repeat-x;
}
.container-title {

  width: 90%;
}
  .navbar {
    background-image: url(/work/models/memorica/recursos/exposiciones/lucesCamaraAccion/img/s4/heroS4MobileB.jpg);
  }
}
