.msr-fullscreen-button {
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid rgba(32, 212, 207, .45) !important;
  border-radius: 999px !important;
  background: rgba(32, 212, 207, .12) !important;
  color: #7ff8f3 !important;
  font-weight: 900 !important;
  cursor: pointer;
  white-space: nowrap;
}

.msr-fullscreen-button:hover,
.msr-fullscreen-button:focus {
  background: #20d4cf !important;
  color: #05202b !important;
  outline: none;
}

.msr-experience iframe:fullscreen,
.msr-experience iframe:-webkit-full-screen {
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  max-width: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #070a10;
}

@media (max-width: 720px) {
  .msr-fullscreen-button {
    order: 3;
    width: 100%;
  }
}
