
body {
  background: #0054A6;
}

.cover {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: opacity .5s ease-out;
  opacity: 0;
}

.cover.active {
  opacity: 1;
  height: 100%;
}

.cover__image-area {
  bottom: 0;
  display: block;
  height: 90%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 5%;
  width: 340px;
  z-index: 10;
}

.cover__image-area img { width: 100%; }

.pins { overflow: hidden; }

.pins > li { float: left; }

.pins__thumb-img {
  float: left;
  width: 80px;
  height: 110px;
  margin: 0 10px 10px;
  overflow: hidden;
  border:1px solid #fff;
}
