.JesterBox div:before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 74;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s ease-out;
}

.JesterBox div:target { visibility: visible; }

.JesterBox div:target:before { background-color: rgba(0, 0, 0, 0.7); }


.JesterBox div:target img {
  margin-left: 50%;
  opacity: 1;
  width: 100%;
  max-width: 666px;
  height: auto;
  max-height: 474px;
}





@media only screen and (min-width: 200px) {

.JesterBox div {
     visibility: hidden;
    position: fixed;
    top: 15%;
    
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
    text-align: center;
    display: block;
    justify-content: center;
    align-items: center;
}
.JesterBox div img {
  position: relative;
  z-index: 77;
  width: 90%;
  height: auto;
  max-width: 666px;
  max-height: 100%;
  margin-left: -9999px;
  opacity: 0;
  transition-property: all, opacity;
  transition-duration: 0.5s, 0.2s;
  transition-timing-function: ease-in-out, ease-out;
}
.JesterBox div:target img {
  margin-left: -3%;
  opacity: 1;
  width: 90%;
  max-width: 666px;
  height: auto;
  max-height: 474px;
}

}


@media only screen and (min-width: 320px){
 
.JesterBox div {
     visibility: hidden;
    position: fixed;
    top: 15%;
    
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
    text-align: center;
    display: block;
    justify-content: center;
    align-items: center;
}
.JesterBox div img {
  position: relative;
  z-index: 77;
  width: 90%;
  height: auto;
  max-width: 666px;
  max-height: 100%;
  margin-left: -9999px;
  opacity: 0;
  transition-property: all, opacity;
  transition-duration: 0.5s, 0.2s;
  transition-timing-function: ease-in-out, ease-out;
}
.JesterBox div:target img {
  margin-left: -3%;
  opacity: 1;
  width: 90%;
  max-width: 666px;
  height: auto;
  max-height: 474px;
}

}


@media only screen and (min-width: 480px){
 
.JesterBox div {
     visibility: hidden;
    position: fixed;
    top: 15%;
    
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
    text-align: center;
    display: block;
    justify-content: center;
    align-items: center;
}
.JesterBox div img {
  position: relative;
  z-index: 77;
  width: 90%;
  height: auto;
  max-width: 666px;
  max-height: 100%;
  margin-left: -9999px;
  opacity: 0;
  transition-property: all, opacity;
  transition-duration: 0.5s, 0.2s;
  transition-timing-function: ease-in-out, ease-out;
}
.JesterBox div:target img {
  margin-left: -3%;
  opacity: 1;
  width: 90%;
  max-width: 666px;
  height: auto;
  max-height: 474px;
}

}



button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

div.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
}

div.panel.show {
    display: block;
}




@media only screen and (min-width: 540px){
  
.JesterBox div {
     visibility: hidden;
    position: fixed;
    top: 15%;
    
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
    text-align: center;
    display: block;
    justify-content: center;
    align-items: center;
}
.JesterBox div img {
  position: relative;
  z-index: 77;
  width: 90%;
  height: auto;
  max-width: 666px;
  max-height: 100%;
  margin-left: -9999px;
  opacity: 0;
  transition-property: all, opacity;
  transition-duration: 0.5s, 0.2s;
  transition-timing-function: ease-in-out, ease-out;
}
.JesterBox div:target img {
  margin-left: -2%;
  opacity: 1;
  width: 90%;
  max-width: 666px;
  height: 90%;
  max-height: 474px;
}
}


@media only screen and (min-width: 720px){
  
.JesterBox div {
     visibility: hidden;
    position: fixed;
    top: 15%;
    
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
    text-align: center;
    display: block;
    justify-content: center;
    align-items: center;
}
.JesterBox div img {
  position: relative;
  z-index: 77;
  width: 100%;
  height: auto;
  max-width: 666px;
  max-height: 100%;
  margin-left: -9999px;
  opacity: 0;
  transition-property: all, opacity;
  transition-duration: 0.5s, 0.2s;
  transition-timing-function: ease-in-out, ease-out;
}
.JesterBox div:target img {
  margin-left: 1%;
  opacity: 1;
  width: 100%;
  max-width: 666px;
  height: auto;
  max-height: 474px;
}

}
@media only screen and (min-width: 820px){
  
.JesterBox div {
     visibility: hidden;
    position: fixed;
    top: 15%;
    
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
    text-align: center;
    display: block;
    justify-content: center;
    align-items: center;
}
.JesterBox div img {
  position: relative;
  z-index: 77;
  width: 100%;
  height: auto;
  max-width: 666px;
  max-height: 100%;
  margin-left: -9999px;
  opacity: 0;
  transition-property: all, opacity;
  transition-duration: 0.5s, 0.2s;
  transition-timing-function: ease-in-out, ease-out;
}
.JesterBox div:target img {
  margin-left: 14%;
  opacity: 1;
  width: 100%;
  max-width: 666px;
  height: auto;
  max-height: 474px;
}

}
@media only screen and (min-width: 920px){
 
.JesterBox div {
     visibility: hidden;
    position: fixed;
    top: 15%;
    
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
    text-align: center;
    display: block;
    justify-content: center;
    align-items: center;
}
.JesterBox div img {
  position: relative;
  z-index: 77;
  width: 100%;
  height: auto;
  max-width: 666px;
  max-height: 100%;
  margin-left: -9999px;
  opacity: 0;
  transition-property: all, opacity;
  transition-duration: 0.5s, 0.2s;
  transition-timing-function: ease-in-out, ease-out;
}
.JesterBox div:target img {
  margin-left: 17%;
  opacity: 1;
  width: 100%;
  max-width: 666px;
  height: auto;
  max-height: 474px;
}

}


@media only screen and (min-width: 1100px){
 

.JesterBox div {
     visibility: hidden;
    position: fixed;
    top: 15%;
    
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
    text-align: center;
    display: block;
    justify-content: center;
    align-items: center;
}

.JesterBox div img {
  position: relative;
  z-index: 77;
  width: 100%;
  height: auto;
  max-width: 666px;
  max-height: 100%;
  margin-left: -9999px;
  opacity: 0;
  transition-property: all, opacity;
  transition-duration: 0.5s, 0.2s;
  transition-timing-function: ease-in-out, ease-out;
}
.JesterBox div:target img {
  margin-left: 30%;
  -webkit-margin-left: 45%;
  opacity: 1;
  width: 100%;
  max-width: 666px;
  height: auto;
  max-height: 474px;
}

}


@media only screen and (min-width: 1349px){


.JesterBox div {
     visibility: hidden;
    position: fixed;
      margin-left: 30%;
    top: 15%;
 /*   */
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
    text-align: center;
    display: block;
    justify-content: center;
    align-items: center;
}

.JesterBox div img {
  position: relative;
  z-index: 77;
  width: 100%;
  height: auto;
  max-width: 666px;
  max-height: 100%;
  margin-left: -9999px;
  opacity: 0;
  transition-property: all, opacity;
  transition-duration: 0.5s, 0.2s;
  transition-timing-function: ease-in-out, ease-out;
}
.JesterBox div:target img {
margin-left: 1%;
  opacity: 1;
  width: 100%;
  max-width: 666px;
  height: auto;
  max-height: 474px;
}

}




@media only screen and (min-width: 1366px){


.JesterBox div {
     visibility: hidden;
    position: fixed;
    top: 15%;
    margin-left: 32%;
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
    text-align: center;
    display: block;
    justify-content: center;
    align-items: center;
}

.JesterBox div img {
  position: relative;
  z-index: 77;
  width: 100%;
  height: auto;
  max-width: 666px;
  max-height: 100%;
  margin-left: -9999px;
  opacity: 0;
  transition-property: all, opacity;
  transition-duration: 0.5s, 0.2s;
  transition-timing-function: ease-in-out, ease-out;
}
.JesterBox div:target img {
  
  opacity: 1;
  width: 100%;
  max-width: 666px;
  height: auto;
  max-height: 474px;
}

}



@media only screen and (min-width: 1566px){
 

.JesterBox div {
     visibility: hidden;
    position: fixed;
    top: 15%;
     margin-left: 32%;
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
    text-align: center;
    display: block;
    justify-content: center;
    align-items: center;
}

.JesterBox div img {
  position: relative;
  z-index: 77;
  width: 100%;
  height: auto;
  max-width: 666px;
  max-height: 100%;
  margin-left: -9999px;
  opacity: 0;
  transition-property: all, opacity;
  transition-duration: 0.5s, 0.2s;
  transition-timing-function: ease-in-out, ease-out;
}
.JesterBox div:target img {
 
  opacity: 1;
  width: 100%;
  max-width: 666px;
  height: auto;
  max-height: 474px;
}

}


@media only screen and (min-width: 1720px){
 


.JesterBox div {
     visibility: hidden;
    position: fixed;
    top: 15%;
    margin-left: 32%;
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
    text-align: center;
    display: block;
    justify-content: center;
    align-items: center;
}

.JesterBox div img {
  position: relative;
  z-index: 77;
  width: 100%;
  height: auto;
  max-width: 666px;
  max-height: 100%;
  margin-left: -9999px;
  opacity: 0;
  transition-property: all, opacity;
  transition-duration: 0.5s, 0.2s;
  transition-timing-function: ease-in-out, ease-out;
}
.JesterBox div:target img {
  
  opacity: 1;
  width: 100%;
  max-width: 666px;
  height: auto;
  max-height: 474px;
}

}




@media only screen and (min-width: 1920px){
 
.JesterBox div {
     visibility: hidden;
    position: fixed;
    top: 15%;
    margin-left: 32%;
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
    text-align: center;
    display: block;
    justify-content: center;
    align-items: center;
}

.JesterBox div img {
  position: relative;
  z-index: 77;
  width: 100%;
  height: auto;
  max-width: 666px;
  max-height: 100%;
  margin-left: -9999px;
  opacity: 0;
  transition-property: all, opacity;
  transition-duration: 0.5s, 0.2s;
  transition-timing-function: ease-in-out, ease-out;
}
.JesterBox div:target img {
  opacity: 1;
  width: 100%;
  max-width: 666px;
  height: auto;
  max-height: 474px;
}

}

