#gunsContainer {
  position: fixed;
    z-index: 999999;
  width: 300px;
  height: 168px;    
  bottom: 100px;
  right: 10px;
}

#guns-content, #adContainer {
  position: absolute;

    margin-left: auto;
    margin-right: auto;
  max-width: 300px;
  max-height: 168px;
      width: 100%;
  height: auto;
}

  #guns-content{
    right: 10px;
    bottom: 100px;
    display: none;
  }

  #adContainer {
  position: fixed;
  right: 10px;
  bottom: 100px;
  width: 300px;
  height: 168px;
}

#contentElement {
  max-width: 300px;
  max-height: 168px;
      width: 100%;
  height: auto;
  overflow: hidden;
}

#playButton {
  display: none;
  margin-top:10px;
  vertical-align: top;
  width: 350px;
  height: 60px;
  padding: 0;
  font-size: 22px;
  font-family: sans-serif;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #2c3e50;
  border: 0;
  border-bottom: 2px solid #22303f;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #22303f;
  box-shadow: inset 0 -2px #22303f;
}


/* MODAL STYLES
-------------------------------*/
.jw-modal {
    /* modals are hidden by default */
    display: none;

    /* modal container fixed across whole screen */
    position: fixed;

    /* z-index must be higher than everything else on the page */
    z-index: 999999;
    

}

.jw-modal.open {
    display: block;
}

.jw-modal-body {
    padding: 20px;
    background: #fff;
}



#videoCloseButton{
  position: absolute;
  right: 0;
  padding: 0 2px;
  top: -20px;
  border-radius: 0;
  background: #000;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  z-index: 999999;
  cursor: pointer;
  height: 20px;
}