/* input(27,33): run-time error CSS1046: Expect comma, found '0'
input(27,37): run-time error CSS1046: Expect comma, found '/'
input(27,62): run-time error CSS1046: Expect comma, found '0'
input(27,66): run-time error CSS1046: Expect comma, found '/' */
.fancybox-slide--iframe .fancybox-content {
  width  : 1200px;
  height: 720px;  
  margin: 0;
}
a.fancybox-button.fancybox-close-small {
  top: 0px;
  right: 0px;
}

@media (max-width: 1023px) {
  .fancybox-slide{
    padding: 0px;
  }  
}
button.fancybox-button.fancybox-button--close {
  display: none;
}
.pdp-popup-title-mobile.hide-for-medium {
  top: 20px;
  left: 0;
  width: 100%;
  padding: 10px 0 14px 16px;
  font-size: 18px;
  font-weight: 600;
  background-color: #fff;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 5%), 0px 0px 0px rgb(0 0 0 / 25%);
  position: sticky;
  top: 0px;
  z-index: 1;
  font-family: "open sans", sans-serif;
}
