.mbf-popup .lqd-lity-close-btn-wrap {
  display: none;
}

.mbf-popup .lqd-modal-head {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .mbf-nutrient {
    height: 218px !important;
    overflow: hidden !important;
    cursor: pointer;
    transition: all 0.7s ease !important;
  }

  .mbf-nutrient-inner {
    min-height: 202px !important;
    height: 202px !important;
    transition: all 0.7s ease !important;
  }

  .mbf-nutrient:hover .mbf-nutrient-inner {
    transform: translateY(-202px);
  }

  .mbf-popup .lqd-lity-content {
    padding-top: 60px;
    padding-bottom: 60px;
    box-sizing: content-box;
  }
}

@media only screen and (max-width: 767px) {
  .mbf-default-hide.mbf-hide {
    display: none;
  }

  .mbf-view-more svg {
    transition: all 0.3s ease;
  }

  .mbf-view-more.mbf-active svg {
    transition: all 0.3s ease;
    transform: rotate(180deg);
  }

  .mbf-view-more .elementor-button {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
  }
}
