@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
body {
  font-family: 'Open Sans', sans-serif;
}
*:link,
*:visited {
  transition: All 0.5s ease-in-out;
  -webkit-transition: All 0.5s ease-in-out;
  -moz-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
}
*:hover {
  transition: All 0.5s ease-in-out;
  -webkit-transition: All 0.5s ease-in-out;
  -moz-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
}
.s3-content {
  text-align: center;
}
.s3-content span {
  color: white;
  padding: 0 0.2em;
}
.s3-content a {
  color: white;
}

.s3-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  overflow: scroll;
}
.s3-lightbox:target {
  display: block;
  outline: none;
  transition: all 1s ease-in-out;
}
.s3-lightbox .s3-box {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-width: 75%;
  margin: 2% auto;
  background: white;
  box-shadow: 0px 1px 26px -3px #c4c4c4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow-y: scroll;
}
.s3-lightbox .s3-box .s3-box-title {
  position: relative;
  display: inline-block;
  width: 98%;
  height: 15px;
  background: white;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  padding: 1%;
}
.s3-lightbox .s3-box .s3-box-title h1 {
  padding: 0;
  margin: 0;
}
.s3-lightbox .s3-box .s3-box-title img {
  width: 20px;
  height: auto;
}
.s3-lightbox .s3-box .s3-box-title a {
  position: absolute;
  height: fit-content;
  top: 25%;
  right: 10px;
  padding: 0;
  line-height: 1em;
  font-size: 12px;
  color: white;
  text-decoration: none;
}

.s3-lightbox .s3-box .s3-box-content {
  width: 98%;
  padding: 1%;
  text-align: center;
}
.s3-lightbox .s3-box .s3-box-content img {
  width: 90%;
  padding: 1%;
  overflow-y: scroll;
  box-shadow: 0px 1px 26px -3px #b9b2b585;
  text-align: center;
}




@media screen and (max-width: 450px) {
  .s3-lightbox .s3-box{
  
  width: 90%;}
}