@media (max-width: 767px) {
  body.p72-home-slider .first__slider-wrapper {
    height: auto !important;
  }

  body.p72-home-slider .first__slider--ter {
    align-items: stretch;
  }

  body.p72-home-slider .first__slide {
    display: flex;
    flex-direction: column;
    background: #000;
    padding-top: 0;
    overflow: hidden;
  }

  body.p72-home-slider .first__content {
    order: 1;
    position: static !important;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 16px;
    background: #000;
    color: #f5efd3;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  body.p72-home-slider .first__img {
    order: 2;
    width: 100%;
    max-width: 100%;
    height: 210px;
  }

  body.p72-home-slider .first__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
  }

  body.p72-home-slider .first__header {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 23px;
    color: #f5efd3;
  }

  body.p72-home-slider .first__text {
    max-height: 90px;
    overflow: hidden;
    font-size: 12px;
    line-height: 17px;
    color: #f5efd3;
  }

  body.p72-home-slider .first__btn {
    display: block;
    margin: 14px auto 0;
  }

  body.p72-home-slider
    .medflex-round-widget.js-medflex > .medflex-round-widget__button {
    left: auto !important;
  }

  body.p72-home-slider.p72-medflex-image-anchor
    .medflex-round-widget.js-medflex > .medflex-round-widget__button {
    top: var(--p72-medflex-home-top) !important;
    right: var(--p72-medflex-home-right) !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: var(--p72-medflex-home-size, 64px) !important;
    height: var(--p72-medflex-home-size, 64px) !important;
    font-size: 18px !important;
  }

  body.p72-home-slider .medflex-round-widget:not(.js-medflex) > .medflex-round-widget__button {
    display: none !important;
  }

}
