@media (max-width: 777px) {
  iframe {
    width: 100%;
  }
  body .text-image .image-wrapper iframe {
    width: 100%;
  }
  .dashboard .navigation {
    line-height: 2;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: center;
    column-gap: 24px;
  }
  .dashboard .navigation li {
    margin-right: 0 !important;
    min-width: 85px;
    text-align: center;
  }
  body .text-image .image-wrapper .image-video {
    object-fit: contain;
    height: 100%;
    min-height: inherit;
  }
  body .text-section img.aligncenter {
    object-fit: contain;
    height: fit-content;
  }
}