.google-images-grid,
.google-images-grid-general-page,
.google-images-grid-wide-page {
  margin: -15px 0 30px 0;
}

.google-images-grid *,
.google-images-grid *:after,
.google-images-grid *:before,
.google-images-grid-general-page *,
.google-images-grid-general-page *:after,
.google-images-grid-general-page *:before,
.google-images-grid-wide-page *,
.google-images-grid-wide-page *:after,
.google-images-grid-wide-page *:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.google-images-grid .clearfix:before,
.google-images-grid .clearfix:after,
.google-images-grid-general-page .clearfix:before,
.google-images-grid-general-page .clearfix:after,
.google-images-grid-wide-page .clearfix:before,
.google-images-grid-wide-page .clearfix:after {
  content: " ";
  display: table;
}

.google-images-grid .clearfix:after,
.google-images-grid-general-page .clearfix:after,
.google-images-grid-wide-page .clearfix:after {
  clear: both;
}

.google-images-grid .clearfix,
.google-images-grid-general-page .clearfix,
.google-images-grid-wide-page .clearfix {
  *zoom: 1;
}

.google-images-grid .caption,
.google-images-grid-general-page .caption,
.google-images-grid-wide-page .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  text-align: left;
  font-family: rubrikregular,Arial,sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  line-height: 17px;
  padding: 20% 20% 4% 4%;
  font-weight: 500;
	width: 100%;
}

.google-images-grid .plus-sign-in-circle,
.google-images-grid-general-page .plus-sign-in-circle,
.google-images-grid-wide-page .plus-sign-in-circle {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 21;
  width: 28px;
  height: 28px;
}

.google-images-grid .stories-gradient,
.google-images-grid-general-page .stories-gradient,
.google-images-grid-wide-page .stories-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 19;
  height: 103px;
  width: 100%;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.61) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.61) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.61) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#9c000000', GradientType=0);
}

.google-images-grid x .og-grid,
.google-images-grid-general-page x .og-grid,
.google-images-grid-wide-page x .og-grid {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.google-images-grid .og-grid li,
.google-images-grid-general-page .og-grid li,
.google-images-grid-wide-page .og-grid li {
  display: inline-block;
  margin: 20px 10px 0 5px;
  vertical-align: top;
  max-height: 586px;
}

@media (min-width:360px) {
  .google-images-grid .og-grid li,
  .google-images-grid-general-page .og-grid li,
  .google-images-grid-wide-page .og-grid li {
    max-height: 680px;
  }
}

@media (min-width:680px) {
  .google-images-grid .og-grid li,
  .google-images-grid-general-page .og-grid li,
  .google-images-grid-wide-page .og-grid li {
    max-height: 690px;
  }
}

@media (min-width:800px) {
  .google-images-grid .og-grid li,
  .google-images-grid-general-page .og-grid li,
  .google-images-grid-wide-page .og-grid li {
    max-height: 708px;
  }
}

@media (min-width:900px) {
  .google-images-grid .og-grid li,
  .google-images-grid-general-page .og-grid li,
  .google-images-grid-wide-page .og-grid li {
    max-height: 660px;
  }
}

.google-images-grid .og-grid li > a,
.google-images-grid .og-grid li > a img,
.google-images-grid-general-page .og-grid li > a,
.google-images-grid-general-page .og-grid li > a img,
.google-images-grid-wide-page .og-grid li > a,
.google-images-grid-wide-page .og-grid li > a img {
  border: none;
  outline: none;
  display: block;
  position: relative;
}

.google-images-grid .og-grid li.og-expanded > a::after,
.google-images-grid-general-page .og-grid li.og-expanded > a::after,
.google-images-grid-wide-page .og-grid li.og-expanded > a::after {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #f1efed;
  border-width: 15px;
  left: 50%;
  margin: -20px 0 0 -15px;
  z-index: 23;
}

.google-images-grid .og-expander,
.google-images-grid-general-page .og-expander,
.google-images-grid-wide-page .og-expander {
  position: absolute;
  background: #f1efed;
  top: auto;
  left: 0;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0 25px;
  text-align: left;
  height: 0;
  max-height: 500px;
  overflow: hidden;
}

@media (min-width:360px) {
  .google-images-grid .og-expander,
  .google-images-grid-general-page .og-expander,
  .google-images-grid-wide-page .og-expander {
    margin-top: 10px;
    max-height: 400px;
  }
}

@media (min-width:680px) {
  .google-images-grid .og-expander,
  .google-images-grid-general-page .og-expander,
  .google-images-grid-wide-page .og-expander {
    margin-top: 10px;
    max-height: 410px;
  }
}

@media (min-width:800px) {
  .google-images-grid .og-expander,
  .google-images-grid-general-page .og-expander,
  .google-images-grid-wide-page .og-expander {
    margin-top: 10px;
    max-height: 428px;
  }
}

@media (min-width:900px) {
  .google-images-grid .og-expander,
  .google-images-grid-general-page .og-expander,
  .google-images-grid-wide-page .og-expander {
    margin-top: 10px;
    max-height: 380px;
  }
}

.google-images-grid .og-expander-inner,
.google-images-grid-general-page .og-expander-inner,
.google-images-grid-wide-page .og-expander-inner {
  padding: 40px 20px 20px;
  height: 100%;
}

@media (min-width:800px) {
  .google-images-grid .og-expander-inner,
  .google-images-grid-general-page .og-expander-inner,
  .google-images-grid-wide-page .og-expander-inner {
    padding: 50px 30px;
    height: 100%;
  }
}

.google-images-grid .og-close,
.google-images-grid-general-page .og-close,
.google-images-grid-wide-page .og-close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

@media (min-width:800px) {
  .google-images-grid .og-close,
  .google-images-grid-general-page .og-close,
  .google-images-grid-wide-page .og-close {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
  }
}

.google-images-grid .og-close::before,
.google-images-grid .og-close::after,
.google-images-grid-general-page .og-close::before,
.google-images-grid-general-page .og-close::after,
.google-images-grid-wide-page .og-close::before,
.google-images-grid-wide-page .og-close::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #665546;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.google-images-grid .og-close::after,
.google-images-grid-general-page .og-close::after,
.google-images-grid-wide-page .og-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.google-images-grid .og-close:hover::before,
.google-images-grid .og-close:hover::after,
.google-images-grid-general-page .og-close:hover::before,
.google-images-grid-general-page .og-close:hover::after,
.google-images-grid-wide-page .og-close:hover::before,
.google-images-grid-wide-page .og-close:hover::after {
  background: #392f27;
}

.google-images-grid .og-fullimg,
.google-images-grid-general-page .og-fullimg,
.google-images-grid-wide-page .og-fullimg {
  width: 40%;
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: right;
  padding: 0 20px 0 0;
}

.google-images-grid .og-fullimg img,
.google-images-grid-general-page .og-fullimg img,
.google-images-grid-wide-page .og-fullimg img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  padding-left: 20px;
}

@media (min-width:1120px) {
  .google-images-grid .og-fullimg img,
  .google-images-grid-general-page .og-fullimg img,
  .google-images-grid-wide-page .og-fullimg img {
    height: 205px;
    width: 364px;
    padding-left: 0;
  }
}

.google-images-grid .og-details,
.google-images-grid-general-page .og-details,
.google-images-grid-wide-page .og-details {
  padding: 0;
  width: 60%;
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  font-family: rubrikregular,Arial,sans-serif;
  font-weight: 500;
}

@media (min-width:1024px) {
  .google-images-grid .og-details,
  .google-images-grid-general-page .og-details,
  .google-images-grid-wide-page .og-details {
    padding: 0 20px 0 20px;
  }
}

@media (min-width:1024px) {
  .google-images-grid .og-details,
  .google-images-grid-general-page .og-details,
  .google-images-grid-wide-page .og-details {
    padding: 0 50px 0 20px;
  }
}


.google-images-grid .og-details a,
.google-images-grid-general-page .og-details a,
.google-images-grid-wide-page .og-details a {
  font-size: 0.85em;
  line-height: 1.56303em;
  text-transform: uppercase;
  padding: 6px 16px;
  border: none;
  display: inline-block;
  margin: 10px 0 0;
  outline: none;
	float: right;
  color: #fff;
  background-color: rgba(38, 119, 139,1);
  font-family: rubrikregular,Arial,sans-serif;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.google-images-grid .og-details a:hover,
.google-images-grid-general-page .og-details a:hover,
.google-images-grid-wide-page .og-details a:hover {
  background-color: rgba(38, 119, 139,.92);
}

.google-images-grid .og-loading,
.google-images-grid-general-page .og-loading,
.google-images-grid-wide-page .og-loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f1efed;
  box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
  -moz-animation: loader 0.5s infinite ease-in-out both;
  animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
  0% {
    background: #f1efed;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #f1efed;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #f1efed, -15px 30px 1px #ccc;
  }
}

@-moz-keyframes loader {
  0% {
    background: #f1efed;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #f1efed;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #f1efed, -15px 30px 1px #ccc;
  }
}

@keyframes loader {
  0% {
    background: #f1efed;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #f1efed;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #f1efed, -15px 30px 1px #ccc;
  }
}

@media screen and (max-width:650px) {
  .google-images-grid .og-fullimg,
  .google-images-grid-general-page .og-fullimg,
  .google-images-grid-wide-page .og-fullimg {
    display: none;
  }
  .google-images-grid .og-details,
  .google-images-grid-general-page .og-details,
  .google-images-grid-wide-page .og-details {
    float: none;
    width: 100%;
  }
}

.google-images-grid-general-page {
  margin: 0;
  position: relative;
  border: 1px solid #fff;
}

.google-images-grid-general-page *,
.google-images-grid-general-page *:after,
.google-images-grid-general-page *:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.google-images-grid-general-page .clearfix:before,
.google-images-grid-general-page .clearfix:after {
  content: " ";
  display: table;
}

.google-images-grid-general-page .clearfix:after {
  clear: both;
}

.google-images-grid-general-page .clearfix {
  *zoom: 1;
}

.google-images-grid-general-page .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  text-align: left;
  font-family: rubrikregular,Arial,sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
  padding: 20% 20% 4% 4%;
}

@media (min-width:640px) {
  .google-images-grid-general-page .caption {
    font-size: 15px;
    line-height: 16px;
  }
}

@media (min-width:800px) {
  .google-images-grid-general-page .caption {
    font-size: 16px;
    line-height: 17px;
  }
}

.google-images-grid-general-page .plus-sign-in-circle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
}

.google-images-grid-general-page .og-grid {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

@media (min-width:600px) {
  .google-images-grid-general-page .og-grid {
    text-align: left;
  }
}

.google-images-grid-general-page .og-grid li {
  display: inline-block;
  margin: 20px 10px 0 5px;
  vertical-align: top;
  max-height: 646px;
  width: 228px;
}

@media (min-width:600px) {
  .google-images-grid-general-page .og-grid li {
    margin: 0;
    width: 31.7%;
    margin: 20px 0px 0 0px;
    padding: 0;
  }

  #four .og-grid li {
    width: 24%;
    margin: 5px 0 0;
    padding: 0;
  }
}

.google-images-grid-general-page .og-grid li:nth-of-type(3n+1) {
  margin-right: 1.65%;
}

.google-images-grid-general-page .og-grid li:nth-of-type(3n) {
  margin-left: 1.65%;
}

.google-images-grid-general-page .og-grid li {
  max-height: 534px;
  border: 0px solid lime;
}

@media (min-width:360px) {
  .google-images-grid-general-page .og-grid li {
    max-height: 490px;
    border: 0px solid red;
  }
}

@media (min-width:411px) {
  .google-images-grid-general-page .og-grid li {
    max-height: 470px;
    border: 0px solid green;
  }
}

@media (min-width:480px) {
  .google-images-grid-general-page .og-grid li {
    max-height: 474px;
    border: 0px solid yellow;
  }
}

@media (min-width:600px) {
  .google-images-grid-general-page .og-grid li {
    max-height: 420px;
    border: 0px solid purple;
  }
}

@media (min-width:660px) {
  .google-images-grid-general-page .og-grid li {
    max-height: 420px;
    border: 0px solid red;
  }
}

@media (min-width:740px) {
  .google-images-grid-general-page .og-grid li {
    max-height: 442px;
    border: 0px solid lime;
  }
}

@media (min-width:880px) {
  .google-images-grid-general-page .og-grid li {
    max-height: 484px;
  }
}

@media (min-width:960px) {
  .google-images-grid-general-page .og-grid li {
    max-height: 454px;
  }
}

@media (min-width:1080px) {
  .google-images-grid-general-page .og-grid li {
    max-height: 458px;
  }
}

@media (min-width:1200px) {
  .google-images-grid-general-page .og-grid li {
    max-height: 458px;
  }
}

@media (min-width:1280px) {
  .google-images-grid-general-page .og-grid li {
    max-height: 475px;
  }
}

.google-images-grid-general-page .og-grid li > a,
.google-images-grid-general-page .og-grid li > a img {
  outline: none;
  display: block;
  position: relative;
}

.google-images-grid-general-page .grid-image {
  outline: none;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: 0 solid pink;
}

@media (min-width:640px) {
  .google-images-grid-general-page .grid-image {
    border: 0 solid red;
  }
}

@media (min-width:800px) {
  .google-images-grid-general-page .grid-image {
    border: 0 solid lime;
  }
}

@media (min-width:960px) {
  .google-images-grid-general-page .grid-image {
    border: 0 solid yellow;
  }
}

@media (min-width:1024px) {
  .google-images-grid-general-page .grid-image {
    border: 0 solid orange;
  }
}

@media (min-width:1120px) {
  .google-images-grid-general-page .grid-image {
    border: 0 solid teal;
  }
}

.google-images-grid-general-page .og-grid li > a div img {
  position: absolute !important;
  bottom: 10px !important;
  right: 10px !important;
  z-index: 21 !important;
  width: 28px !important;
  height: 28px !important;
  border: 0 !important;
}

.google-images-grid-general-page .og-expander {
  padding: 0;
  max-height: 294px;
}

@media (min-width:360px) {
  .google-images-grid-general-page .og-expander {
    margin-top: 10px;
    max-height: 260px;
  }
}

@media (min-width:411px) {
  .google-images-grid-general-page .og-expander {
    margin-top: 10px;
    max-height: 280px;
  }
}

@media (min-width:480px) {
  .google-images-grid-general-page .og-expander {
    margin-top: 10px;
    max-height: 236px;
  }
}

@media (min-width:660px) {
  .google-images-grid-general-page .og-expander {
    max-height: 230px;
    width: 99.8%;
  }
}

@media (min-width:740px) {
  .google-images-grid-general-page .og-expander {
    max-height: 225px;
    width: 98.4%;
  }
}

@media (min-width:800px) {
  .google-images-grid-general-page .og-expander {
    max-height: 205px;
    width: 98.4%;
  }
}

@media (min-width:880px) {
  .google-images-grid-general-page .og-expander {
    max-height: 200px;
    width: 98.4%;
  }
}

@media (min-width:960px) {
  .google-images-grid-general-page .og-expander {
    max-height: 260px;
    width: 98.4%;
  }
}

@media (min-width:1080px) {
  .google-images-grid-general-page .og-expander {
    max-height: 260px;
    width: 98.4%;
  }
}

@media (min-width:1200px) {
  .google-images-grid-general-page .og-expander {
    max-height: 235px;
    width: 98.4%;
  }
}

@media (min-width:1280px) {
  .google-images-grid-general-page .og-expander {
    max-height: 235px;
    width: 98.4%;
  }
}

.google-images-grid-general-page .og-expander-inner {
  padding: 24px 30px 20px;
  height: 100%;
}

@media (min-width:640px) {
  .google-images-grid-general-page .og-expander-inner {
    padding: 40px 40px;
    height: 100%;
  }
}

@media (min-width:800px) {
  .google-images-grid-general-page .og-close {
    width: 24px;
    height: 24px;
    top: 14px;
    right: 14px;
  }
}

.google-images-grid-general-page .og-details {
  padding: 0;
  width: 100%;
  float: none;
  height: 100%;
  overflow: hidden;
  position: relative;
  font-family: Georgia,"Times New Roman",serif;
  font-weight: 500;
}

.google-images-grid-general-page .og-fullimg {
  display: none;
}

.google-images-grid-wide-page {
  margin: -15px 0 30px 0;
  position: relative;
  border: 1px solid #fff;
}

.google-images-grid-wide-page *,
.google-images-grid-wide-page *:after,
.google-images-grid-wide-page *:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.google-images-grid-wide-page .clearfix:before,
.google-images-grid-wide-page .clearfix:after {
  content: " ";
  display: table;
}

.google-images-grid-wide-page .clearfix:after {
  clear: both;
}

.google-images-grid-wide-page .clearfix {
  *zoom: 1;
}

.google-images-grid-wide-page .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  text-align: left;
  font-family: rubrikregular,Arial,sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  padding: 20% 20% 4% 4%;
}

@media (min-width:480px) {
  .google-images-grid-wide-page .caption {
      font-size: 13px;
      line-height: 14px;
  }
}

@media (min-width:640px) {
  .google-images-grid-wide-page .caption {
    font-size: 14px;
    line-height: 15px;
  }
}

@media (min-width:800px) {
  .google-images-grid-wide-page .caption {
    font-size: 16px;
    line-height: 17px;
  }
}

.google-images-grid-wide-page .plus-sign-in-circle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
}

@media (min-width:500px) {
  .google-images-grid-wide-page .plus-sign-in-circle {
    width: 20px;
    height: 20px;
    bottom: -9px;
    right: -5px;
  }
}

@media (min-width:768px) {
  .google-images-grid-wide-page .plus-sign-in-circle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28px;
    height: 28px;
  }
}

.google-images-grid-wide-page .og-grid {
  list-style: none;
  padding: 0 0 20px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

@media (min-width:600px) {
  .google-images-grid-wide-page .og-grid {
    text-align: left;
  }
}

.google-images-grid-wide-page .og-grid li {
  display: inline-block;
  margin: 20px 0px 0 5px;
  vertical-align: top;
  max-height: 646px;
  width: 228px;
  margin-right: 5px;
}

@media (min-width:500px) {
  .google-images-grid-wide-page .og-grid li {
    width: 22.3%;
    padding: 0;
    margin-right: 1%;
  }
}

@media (min-width:600px) {
  .google-images-grid-wide-page .og-grid li {
    width: 23.3%;
    padding: 0;
    margin-right: 1%;
  }
}

@media (min-width:900px) {
  .google-images-grid-wide-page .og-grid li {
    width: 23.4%;
    padding: 0;
    margin-right: 1.1%;
  }
}

@media (min-width:1100px) {
  .google-images-grid-wide-page .og-grid li {
    width: 23.5%;
    padding: 0;
    margin-right: 1.2%;
  }
}

@media (min-width:600px) {
  .google-images-grid-wide-page .og-grid li:nth-of-type(4) {
    margin-right: 0;
  }
}

@media (min-width:900px) {
  .google-images-grid-wide-page .og-grid li:nth-of-type(4) {
    margin-right: 0;
  }
}

@media (min-width:1100px) {
  .google-images-grid-wide-page .og-grid li:nth-of-type(4) {
    margin-right: 0;
  }
}

.google-images-grid-wide-page .og-grid li {
  max-height: 674px;
  border: 0px solid lime;
}

@media (min-width:360px) {
  .google-images-grid-wide-page .og-grid li {
    max-height: 650px;
  }
}

@media (min-width:480px) {
  .google-images-grid-wide-page .og-grid li {
    max-height: 702px;
  }
}

@media (min-width:500px) {
  .google-images-grid-wide-page .og-grid li {
    max-height: 560px;
  }
}

@media (min-width:600px) {
  .google-images-grid-wide-page .og-grid li {
    max-height: 520px;
  }
}

@media (min-width:700px) {
  .google-images-grid-wide-page .og-grid li {
    max-height: 528px;
  }
}

@media (min-width:900px) {
  .google-images-grid-wide-page .og-grid li {
    max-height: 655px;
  }
}

@media (min-width:1100px) {
  .google-images-grid-wide-page .og-grid li {
    max-height: 690px;
  }
}

.google-images-grid-wide-page .og-grid li > a,
.google-images-grid-wide-page .og-grid li > a img {
  outline: none;
  display: block;
  position: relative;
}

.google-images-grid-wide-page .grid-image {
  outline: none;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: 0 solid pink;
}

.google-images-grid-wide-page .og-grid li > a div img {
  position: absolute !important;
  bottom: 10px !important;
  right: 10px !important;
  z-index: 21 !important;
  width: 28px !important;
  height: 28px !important;
  border: 0 !important;
}

.google-images-grid-wide-page .og-expander {
  position: absolute;
  background: #f1efed;
  top: auto;
  left: 0;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0 25px;
  text-align: left;
  height: 0;
  max-height: 550px;
  overflow: hidden;
}

.google-images-grid-wide-page .og-expander {
  padding: 0;
  max-height: 434px;
}

@media (min-width:360px) {
  .google-images-grid-wide-page .og-expander {
    margin-top: 10px;
    max-height: 418px;
    border: 0px solid red;
  }
}

@media (min-width:480px) {
  .google-images-grid-wide-page .og-expander {
    margin-top: 10px;
    max-height: 470px;
    border: 0px solid red;
  }
}

@media (min-width:500px) {
  .google-images-grid-wide-page .og-expander {
    margin-top: 10px;
    max-height: 470px;
    border: 0px solid orange;
  }
}

@media (min-width:599px) {
  .google-images-grid-wide-page .og-expander {
    margin-top: 10px;
    max-height: 400px;
    border: 0px solid blue;
  }
}

@media (min-width:700px) {
  .google-images-grid-wide-page .og-expander {
    margin-top: 10px;
    max-height: 375px;
    border: 0px solid red;
  }
}

@media (min-width:901px) {
  .google-images-grid-wide-page .og-expander {
    margin-top: 10px;
    max-height: 450px;
    border: 0px solid lavender;
  }
}

@media (min-width:1000px) {
  .google-images-grid-wide-page .og-expander {
    margin-top: 10px;
    max-height: 440px;
    border: 0px solid purple;
  }
}

@media (min-width:1100px) {
  .google-images-grid-wide-page .og-expander {
    margin-top: 10px;
    max-height: 430px;
    border: 0px solid blue;
  }
}

.google-images-grid-wide-page .og-expander-inner {
  padding: 24px 20px 20px;
  height: 100%;
}

@media (min-width:480px) {
  .google-images-grid-wide-page .og-expander-inner {
    padding: 40px 40px;
    height: 100%;
  }
}

@media (min-width:800px) {
  .google-images-grid-wide-page .og-close {
    width: 24px;
    height: 24px;
    top: 14px;
    right: 14px;
  }
}

@media screen and (max-width:900px) {
  .google-images-grid-wide-page .og-fullimg {
    display: none;
  }
  .google-images-grid-wide-page .og-details {
    float: none;
    width: 100%;
  }
}

/*hide btn when needed*/
.hidebtn .og-details a {
  display: none !important;
}
.fullwidthpage {
  background-image: url("http://teendriversource9.reslnwebdev05.research.chop.edu/sites/default/files/quiz-city-background.jpg");
  background-repeat: no-repeat;
  background-color: #07456E;
}
.centered {
  margin: auto;
  width: 60%;
  padding: 0px;
}
