/* Fancybox customization */

#fancybox, .modal-content-wrapper {
    max-width: 660px;
  }
  
  .fancybox-opened .fancybox-skin {
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
  }
  
  .fancybox-close {
    top: -25px;
    right: -25px;
    width: 23px;
    height: 23px;
    z-index: 8040;
    background-image: url('../images/fancybox-close.png');
  }
  
  .modal-content-wrapper {
    padding: 19px;
  }
  
  .modal-content-border {
    margin: 0 0 20px 0;
    padding: 22px 27px;
    border: none!important;
  }
  
  #fancybox .talk-survey-order-incentive-form .description {
      margin-bottom: 1em;
  }
  .fancybox-opened {
    z-index: 8030;
    width: 80% !important;
    height: auto !important;
    position: absolute !important;
    top: 20px !important;
    left: 10% !important;
  }
  .fancybox-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  
  .fancybox-inner {
    position: relative;
    overflow: hidden !important;
    width: 100% !important;
    padding-top: 56.25%;
    height: 100vh !important;
  }
  .fancybox-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }