.ruty-controls-embed-section.section.white {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.ruty-controls-embed-section[hidden] {
  display: none !important;
}

.ruty-controls-embed-section > .container[hidden] {
  display: none !important;
}

.ruty-controls-embed {
  width: 100%;
  min-height: 980px;
  display: block;
  overflow: hidden;
  border: 0;
  background: #ffffff;
}

@media (max-width: 1100px) {
  .ruty-controls-embed { min-height: 1040px; }
}

@media (max-width: 650px) {
  .ruty-controls-embed { min-height: 930px; }
}
