.yt-overlay-container {
  position: relative;
}

.yt-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* cover iframe completely */
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.yt-overlay.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.yt-overlay__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.yt-overlay__play {
  z-index: 1;
  width: 72px;
  height: 72px;
  border: none;
  border-radius: 999px;
  background: var(--wp--preset--color--aqua-teal);
  display: inline-grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  cursor: pointer;
}

.yt-overlay__play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  margin-left: 7px;
}

.yt-overlay__play:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

#mcgcss-grid {
  z-index: 1000;
}

.wp-block-button a {
  padding-block: inherit;
  padding-inline: inherit;
  padding: inherit;
  padding-left: inherit;
  padding-right: inherit;
  padding-top: inherit;
  padding-bottom: inherit;
}

.wp-block-navigation__responsive-container-open {
  color: #FFF;
  border-radius: 100%;
  background-color: var(--wp--preset--color--pink);
  padding: 5px;
}
.wp-block-navigation__responsive-container-open svg {
  width: 30px;
  height: 30px;
}

body {
  overflow-x: clip;
}

.header {
  z-index: 100;
}
.header a:hover {
  color: var(--wp--preset--color--pink) !important;
}
.header .wp-block-navigation__submenu-container {
  background-color: var(--wp--preset--color--black) !important;
  min-width: 400px !important;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.header .wp-block-navigation__submenu-container li {
  font-size: 25px !important;
}