.height-272 {
 Height: 272px;
}
.move {
  animation: aparece 1.5s ease;
  opacity: 1;
}

@keyframes aparece {
  0% {
      margin-bottom: -500px; opacity: 0;
     }
 45% {
     margin-bottom:0; opacity: 1 ; 
     }
 100% {
     margin-bottom:0; opacity: 1
     }
}

.move2 {
  animation: aparece2 1.5s ;
  opacity: 1;
}

@keyframes aparece2 {
  0% {
     opacity: 0;
     }
  75% {
     opacity: 0;
     }
 100% {
      opacity: 1
     }
}

.move2-position {
    margin-bottom: -100px;
    position: relative !important;
    z-index:9;
    margin-right: -196px;
  }
}