@media (max-width: 767px) {

    .video-js .vjs-tech {
        height: auto;
    }

    .video-js.vjs-thumbnails {
        height: 100% !important;
        min-height: 100% !important;
    }

    .amg-hero--tedimpact-video-mobile .amg-brightcove-video__main,
    .amg-hero--tedimpact-video-mobile .amg-brightcove-video {
        height: 100%;
    }
}

.cmp-experiencefragment--header {
    overflow-x: unset;
}

@media screen and (max-width: 768px) {
    amg-header > amg-search-panel[variant="minimal"] {
        min-width: 100vw;
    }
}

@supports (-apple-pay-button-type: plain) {
  @media (width >= 960px) {
    amg-header > amg-search-panel[variant='minimal'] {
      left: calc(52vw);
      width: 554px;
      right: auto;
    }
  }
  @media (width <= 1200px) and (width > 960px) {
    amg-header > amg-search-panel[variant='minimal'] {
      left: calc(49vw);
      width: 554px;
      right: auto;
    }
  }
}