.lpb-section-iframe * iframe {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .lpb-section-iframe.toggle-framesize_sm .ft-embed-responsive-16by9 {
    padding-bottom: 25.25% !important;
  }
}
.lpb-section-iframe.toggle-framesize_lg .ft-embed-responsive-16by9 {
  padding-bottom: 170% !important;
}
@media (max-width: 768px) {
  .lpb-section-iframe.toggle-framesize_lg .ft-embed-responsive-16by9 {
    padding-bottom: 85% !important;
  }
}
.lpb-section-iframe.toggle-framesize_xl .ft-embed-responsive-16by9 {
  padding-bottom: 220% !important;
}
@media (max-width: 768px) {
  .lpb-section-iframe.toggle-framesize_xl .ft-embed-responsive-16by9 {
    padding-bottom: 85% !important;
  }
}
@media (max-width: 768px) {
  .lpb-section-iframe.toggle-mobilescrollbar .ft-embed-responsive-16by9 {
    margin-right: 1.5em;
  }
}
@media (max-width: 768px) {
  .lpb-section-iframe.toggle-hideonmobile {
    display: none !important;
    height: 0 !important;
  }
}