/*
html, body {
  margin: 0;
  padding: 0;
}


.pic {
  width: 100%;
  height: 200px;
}

.pic-ctn {
  width: 100vw;
  height: 200px;
}

#maria-main .maria-narrow-content {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 4em 0;
}
@media screen and (max-width: 768px) {
  #maria-main .maria-narrow-content {
    width: 100%;
    padding: 3.5em 1em;
  }
}


*/




#maria-main .maria-get-intouch {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 4em 0;
}

@media screen and (max-width: 768px) {
   #maria-main .maria-get-intouch {
    width: 100%;
    padding: 3.5em 1em;
  }
}


.pic {
  width: auto;
  height: 80%;
}

@keyframes display {
  0% {
    transform: translateX(300px);
    opacity: 0;
  }
  10% {
    transform: translateX(0);
    opacity: 1;
  }
  20% {
    transform: translateX(0);
    opacity: 1;
  }
  30% {
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    transform: translateX(-200px);
    opacity: 0;
  }
}

.pic-ctn {
  position: relative;
  width: auto;
  height: 90vh;
  margin-top: 4vh;
  margin-left: 4vw;
}

.pic-ctn > img {
  position: absolute;
  width: auto;
  height: 90%;
  top: 0;
  left: 0.4vw; /*calc(50% - 100px);*/
  opacity: 0;
  animation: display 48s infinite;
}

img:nth-child(1) {
  animation-delay: 2s;
}
img:nth-child(2) {
  animation-delay: 5s;
}
img:nth-child(3) {
  animation-delay: 8s;
}
img:nth-child(4) {
  animation-delay: 12s;
}
img:nth-child(5) {
  animation-delay: 16s;
}
img:nth-child(6) {
  animation-delay: 20s;
}
img:nth-child(7) {
  animation-delay: 24s;
}
img:nth-child(8) {
  animation-delay: 28s;
}
img:nth-child(9) {
  animation-delay: 32s;
}
img:nth-child(10) {
  animation-delay: 36s;
}
img:nth-child(11) {
  animation-delay: 40s;
}