* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.static-gallery,
.gallery {
  background: #fff;
  height: 400px;
}


.gallery-cell {
  width: 100%;
  height: 400px;
  margin-right: 10px;
  background: #fff;
  text-align: center;
  position:absolute;
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
  color: white;
}



.static-gallery img,
.gallery img {
  text-align:center;
  height: 100%;
}

@media(max-width:768px) {
  .static-gallery,
  .gallery {
    height: 400px;
  }

  .gallery-cell {
    height: 400px;
  }

  .static-gallery iframe,
  .gallery iframe {
    width: 100%;
  }

  .static-gallery img,
  .gallery img {
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
  }
}

@media(max-width:465px) {
  .static-gallery,
  .gallery {
    height: 300px;
  }

  .gallery-cell {
    height: 300px;
  }
}

#img-caption {
  width: 750px;
  height: 100%;
  margin : 40px auto 0;
  text-align: center;
  border-top: solid 0.5px #AAAAAA;
}

@media(max-width: 820px)
{
  #img-caption {
    width: 100%;
  }
}


#img-caption p {
  margin-top: 20px;
  margin-bottom: 10px;
}

.img-desc {
  display: none;
}

.avatar-container {
  height: 512px;
}

#rotating-item-wrapper {
    position: relative;
    width: 100%;
    height: 100%;

}
.rotating-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  width: 100% !important;
  height: auto !important;
}
