.visual-browsing {
  display: none;
  position: fixed;
  top: 139px;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background: #012342;
}
.logged-in .visual-browsing {
  top: 168px;
}
.visual-browsing--open {
  display: block;
}
.visual-browsing__content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  padding: 30px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.visual-issue {
  position: relative;
  height: 100%;
  margin: 0 2px 0 0;
  padding: 2px 0;
}
.visual-issue img {
  height: 100%;
  width: auto;
}
.visual-issue__info {
  position: absolute;
  left: 70px;
  bottom: 0;
  padding: 20px 15px 100px;
  background: #005bab;
  color: #fff;
}
.visual-issue__info:after {
  content: '';
  position: absolute;
  left: 15px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url(/sites/all/themes/athensvoice/images/sprite.svg) -90px -129px no-repeat;
}
.visual-issue__title {
  margin: 0 0 10px;
  font-size: 2.5rem;
  line-height: 2.8rem;
  font-weight: bold;
}
.visual-teaser {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.visual-teaser__wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1 0 50%;
  -webkit-flex: 1 0 50%;
  flex: 1 0 50%;
}
.visual-teaser__item {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1 0 calc(50% - 4px);
  -webkit-flex: 1 0 calc(50% - 4px);
  flex: 1 0 calc(50% - 4px);
  min-height: calc(50% - 4px);
  margin: 2px;
}
.visual-teaser__item--small {
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 300px;
  padding: 15px 20px;
}
.visual-teaser__item--large {
  width: 604px;
  padding: 18px;
}
.visual-teaser__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
}
.visual-teaser__cover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,35,66,0)), color-stop(100%,rgba(1,35,66,0.9)));
  background: -webkit-linear-gradient(top, rgba(1,35,66,0) 0%, rgba(1,35,66,0.9) 100%);
  background: linear-gradient(to bottom, rgba(1,35,66,0) 0%, rgba(1,35,66,0.9) 100%);
}
.visual-teaser__info {
  position: relative;
  color: #fff;
}
.visual-teaser__item--large .visual-teaser__info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 15px;
  border: 1px solid #fff;
  text-align: center;
  background-color: rgba(1, 35, 66, 0.4);
}
.visual-teaser__category {
  margin: 0 0 5px;
}
.visual-teaser__category a {
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #ed1c24;
}
.visual-teaser__title {
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: bold;
}
.visual-teaser__item--large .visual-teaser__title {
  font-size: 3.2rem;
  line-height: 3.5rem;
  font-weight: 900;
}
.visual-teaser__author {
  margin: 10px 0 0;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #acd4f1;
}


@media screen and (max-width: 1280px) {
  .visual-browsing {
    top: 131px;
  }
  .logged-in .visual-browsing {
    top: 160px;
  }
  .visual-browsing__content {
    padding: 20px;
  }
}
