#mediaPage .media-items {
  position: relative;
}
#mediaPage .media-items .item {
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  #mediaPage .media-items .item {
    width: auto;
  }
}
#mediaPage .media-items .item a {
  position: relative;
}
#mediaPage .media-items .item:hover .image-wrapper {
  border-color: #b4a15b;
}
#mediaPage .media-items .item:hover .image-wrapper:after {
  opacity: 1;
}
#mediaPage .media-items .item:hover .image-display {
  transform: scale(1.05);
}
#mediaPage .media-items .item:hover .item-title {
  background: rgba(10, 10, 10, 0.75);
  color: white;
}
@media (min-width: 768px) {
  #mediaPage .media-items .video .image-wrapper {
    width: 355px;
    height: 210px;
  }
}
@media (min-width: 992px) {
  #mediaPage .media-items .video .image-wrapper {
    width: 465px;
    height: 274px;
  }
}
@media (min-width: 1200px) {
  #mediaPage .media-items .video .image-wrapper {
    width: 565px;
    height: 330px;
  }
}
#mediaPage .media-items .video .image-wrapper:after {
  background-image: url('$urlTool.getVersionedUrl("/images/media/icon_video.png")');
}
@media (min-width: 768px) {
  #mediaPage .media-items .screenshot .image-wrapper {
    width: 81.25px;
    height: 45px;
  }
}
@media (min-width: 992px) {
  #mediaPage .media-items .screenshot .image-wrapper {
    width: 108.75px;
    height: 61px;
  }
}
@media (min-width: 1200px) {
  #mediaPage .media-items .screenshot .image-wrapper {
    width: 133.75px;
    height: 75px;
  }
}
@media (min-width: 768px) {
  #mediaPage .media-items .keyart .image-wrapper {
    width: 172.5px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  #mediaPage .media-items .keyart .image-wrapper {
    width: 227.5px;
    height: 132px;
  }
}
@media (min-width: 1200px) {
  #mediaPage .media-items .keyart .image-wrapper {
    width: 277.5px;
    height: 160px;
  }
}
#mediaPage .media-items .keyart .image-wrapper:after {
  background-image: url('$urlTool.getVersionedUrl("/images/media/icon_screenshot.png")');
}
@media (min-width: 768px) {
  #mediaPage .media-items .wallpaper .image-wrapper {
    width: 172.5px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  #mediaPage .media-items .wallpaper .image-wrapper {
    width: 227.5px;
    height: 132px;
  }
}
@media (min-width: 1200px) {
  #mediaPage .media-items .wallpaper .image-wrapper {
    width: 277.5px;
    height: 160px;
  }
}
#mediaPage .media-items .wallpaper .image-wrapper:after {
  background-image: url('$urlTool.getVersionedUrl("/images/media/icon_wallpaper.png")');
}
#mediaPage .media-items .image-wrapper {
  border-color: #554b28;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  #mediaPage .media-items .image-wrapper {
    aspect-ratio: 16 / 9;
  }
}
#mediaPage .media-items .image-wrapper:after {
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
}
#mediaPage .media-items .image-wrapper img {
  display: none;
}
#mediaPage .media-items .image-display {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.3s;
}
#mediaPage .media-items .item-title {
  background: rgba(10, 10, 10, 0.75);
  bottom: 0;
  color: white;
  display: block;
  font-weight: normal;
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: left;
}
@media (min-width: 768px) {
  #mediaPage .media-items .column-sizer {
    width: 81.25px;
    height: 45px;
  }
}
@media (min-width: 992px) {
  #mediaPage .media-items .column-sizer {
    width: 108.75px;
    height: 61px;
  }
}
@media (min-width: 1200px) {
  #mediaPage .media-items .column-sizer {
    width: 133.75px;
    height: 75px;
  }
}
body.media {
  margin-top: 0;
}
body:not(.modal-open) {
  overflow: auto;
}
.modal {
  padding-right: 0 !important;
}
@media (min-width: 768px) {
  #mediaPage {
    margin-top: 25px;
  }
}
#mediaPage .media-filters {
  background: rgba(157, 153, 153, 0.15);
}
#mediaPage .media-filters .filter-list {
  font-size: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #mediaPage .media-filters .filter-list {
    display: flex;
  }
}
#mediaPage .media-filters .filter-item {
  color: #e0e0da;
  display: inline-block;
  font: bold 12px/2.5 'Lato', sans-serif;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
  width: 50%;
}
@media (min-width: 350px) {
  #mediaPage .media-filters .filter-item {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  #mediaPage .media-filters .filter-item {
    flex: auto;
    font-size: 16px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    width: auto;
  }
}
@media (min-width: 992px) {
  #mediaPage .media-filters .filter-item {
    font-size: 20px;
  }
}
#mediaPage .media-filters .filter-item:hover {
  color: #deca83;
}
#mediaPage .media-filters .filter-item.active {
  background: #b4a15b;
  color: #161515;
  position: relative;
}
@media (min-width: 768px) {
  #mediaPage .media-filters .filter-item.active:after {
    border-color: #b4a15b transparent transparent;
    border-style: solid solid none;
    border-width: 12px 12px 0;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    top: 100%;
    width: 0;
  }
}
#mediaPage .media-filters .filter-link {
  display: block;
  padding: 0 10px;
}
@media (min-width: 768px) {
  #mediaPage .media-filters .filter-link {
    padding: 0;
  }
}
#mediaPage .media-filters .filter-link:link,
#mediaPage .media-filters .filter-link:visited,
#mediaPage .media-filters .filter-link:hover,
#mediaPage .media-filters .filter-link:focus,
#mediaPage .media-filters .filter-link:active {
  color: inherit;
  text-decoration: none;
}
#mediaPage .media-items {
  margin-top: 40px;
}
#mediaPage .media-items .image-wrapper:after {
  background-color: rgba(0, 0, 0, 0.6);
}
