/* Youtube iframe videos */
  /* popup videos */
  
  button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: white;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
  }
  #videostory {
    position: relative;
    padding-bottom: 40%;
    padding-top: 25px;
    height: 0;
    max-width: 75%;
    margin: 0 auto;
  }
  #videostory iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* End Youtube iframe videos */