﻿/* STYLES ARE VERY SIMILAR TO GALLERY BLOCK - MUST STYLES LEFT IN THAT LESS FILE */
#page-blocks-container .gallerysquare-block {
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  width: 869px;
}
.gallerySquare-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 200px;
  margin: 8px;
  position: relative;
  width: 200px;
}
.gallerySquare-image a {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.gallerySquare-image a img {
  visibility: hidden;
  height: 1px;
  width: 1px;
}
.gallerySquare-imageLarge {
  height: 416px;
  width: 416px;
}
#page-blocks-container .empty-feature {
  padding: 20px;
}
@media (max-width: 991px) {
  #page-blocks-container .gallerysquare-block {
    width: 669px;
  }
  .gallerySquare-image {
    height: 150px;
    width: 150px;
  }
  .gallerySquare-imageLarge {
    height: 316px;
    width: 316px;
  }
}
@media (max-width: 767px) {
  #page-blocks-container .gallerysquare-block {
    width: 349px;
  }
  .gallerySquare-image {
    height: 70px;
    width: 70px;
  }
  .gallerySquare-imageLarge {
    height: 156px;
    width: 156px;
  }
}