/* ***************************
Custom Modaal
*************************** */
.modaal-wrapper .modaal-video-wrap {
  margin: auto !important;
  width: 620px !important;
  padding: 8px 8px 44px !important;
  border-radius: 5px !important;
  background: #fff !important;
}
.modaal-wrapper .modaal-video-container {
  position: relative !important;
  height: auto !important;
  padding: 56.25% 0 0 !important;
  box-shadow: none !important;
}
.modaal-wrapper .modaal-video-container iframe {
}
.modaal-wrapper .modaal-container {
  position: static !important;
}
.modaal-wrapper .modaal-close {
  position: relative !important;
  display: block !important;
  width: 26px !important;
  height: 26px !important;
  top: -35px !important;
  left: calc(50% + 265px) !important;
  background: linear-gradient(to bottom, #f6f6f6, #e3e3e3) !important;
  border: 1px solid #bbb !important;
  outline: none !important;
  color: #fff !important;
  font-size: 0 !important;
  line-height: 1 !important;
  border-radius: 50% !important;
  transition: none !important;
}
.modaal-wrapper .modaal-close:hover {
  opacity: 0.7 !important;
}
.modaal-wrapper .modaal-close::before,
.modaal-wrapper .modaal-close::after {
  width: 10px !important;
  height: 2px !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  margin: auto !important;
  border-radius: 2px !important;
  background: #666 !important;
}
.modaal-wrapper .modaal-close span {
  position: static !important;
  clip: rect(0px,0px,0px,0px) !important;
  width: auto !important;
  height: auto !important;
  text-transform: uppercase !important;
  overflow: visible !important;
}