.album-bigimages {
  display: block;
  margin-top: 10px;
}
.album-bigimages .bigimages-control {
  width: 45px;
  height: 60px;
  background-color: #474747;
  top: 50%;
  position: absolute;
  cursor: pointer;
  display: block;
  margin-top: -30px;
  opacity: 0.6;
  text-align: center;
  line-height: 60px;
  color: white;
  font-size: 2em;
}
.album-bigimages .bigimages-control-right {
  right: 0;
}
.album-bigimages img {
  width: auto;
  height: 600px;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}
.album-bigimages-m {
  width: 100%;
  height: auto;
  display: block;
}
.album-bigimages-m .album-bigimages-m-item {
  width: 100%;
  height: auto;
  display: block;
}
.album-bigimages-m .album-bigimages-m-item img {
  width: 100%;
  height: auto;
  margin-bottom: 1px;
}
.album-back-to-top {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  margin-top: 20px;
}
.album-back-to-top span.back-to-top-button {
  width: auto;
  height: auto;
  display: block;
  color: black;
}
.album-back-to-top span.back-to-top-button:hover {
  color: #868686;
}
