@media (max-width: 1024px) {
}

@media (max-width: 969px) {
  button[type="button"].em-btn-primary {
    padding: 12px 22px;
    font-size: 13px;
  }

  /* Sign UP page */

  .em-form-group input {
    padding: 21px 17px !important;
    font-size: 11px !important;
    border-radius: 7px !important;
  }

  .em-form-group input::placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
  }

  .em-form-group label {
    font-size: 12px;
    margin: 10px 0;
  }

  .em-form-title {
    font-size: 20px;
    margin-bottom: 10px !important;
  }

  .em-form-subtitle {
    font-size: 11px;
    margin-bottom: 0px !important;
    padding-bottom: 15px !important;
  }

  .em-signup-form .em-logo {
    margin-bottom: 17.61px;
  }

  .em-signup-form .em-logo img {
    width: 108.61px;
  }

  button[type="submit"].em-signup-submit {
    padding: 10.67px;
    font-size: 14px;
  }

  .em-form-group .small-text {
    font-size: 8.54px;
  }

  .em-form-group .toggle-password {
    right: 17px;
  }

  .em-login-link {
    font-size: 12px;
    margin-top: 5px;
  }

  .em-forgot-password {
    font-size: 9px;
  }

  .em-gallery-inputs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
  }
  /* Sign UP page Ends */

  .em_cover_photo {
    min-height: 500px;
  }

  .em_cover_photo > img {
    height: 500px !important;
  }

  .em_profile_photo {
    width: 164px;
    height: 164px;
    margin-top: -82px;
  }

  .em_container {
    max-width: 1200px;
    margin: 0 auto;
    padding-inline: 20px;
  }

  .em_hide_mobile {
    display: none;
  }

  .site-title img {
    width: 108px;
  }

  .site-title {
    margin: 0;
  }

  .em_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .em_edit_profile,
  button.em_primary_btn,
  .em_primary_btn {
    right: 10px;
    top: 0;
    font-size: 12px;
    padding: 7px 15px;
    font-weight: 500;
  }

  .em_title {
    font-size: 14px;
    margin-bottom: 5px !important;
    margin-top: 10px;
  }

  .em_name {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .em_fecha {
    font-size: 12px;
    margin-bottom: 0;
  }

  .em_tab_title {
    font-size: 13px;
    padding: 12px 22px;
  }

  .em_tab_titles {
    padding: 8px 22px;
    margin-bottom: 10px;
  }

  .em_media_gallery {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .em_media_card {
    border-radius: 18px;
    height: 370px;
  }

  .em_media_card > img,
  .em_video_media > img {
    min-height: 370px;
  }

  .em_tab_content#em_biography {
    font-size: 14px;
    text-align: left;
    min-width: calc(100vw - 40px);
  }

  .em_media_lightbox img {
    width: 90%;
  }

  .em_lighbox_video > iframe {
    width: 90vw;
    height: 450px;
  }

  .em_media_info > h2 {
    font-size: 18px;
    margin: 0 0 5px;
  }

  .em_media_info > p {
    font-size: 16px;
    margin: 0;
  }

  .em_posts {
    grid-template-columns: 1fr;
    width: calc(100vw - 40px);
  }

  .em_post_card {
    border-radius: 12px;
    padding: 19px;
  }

  .em_post_author > img {
    width: 55px !important;
    height: 55px !important;
  }

  .em_author_data {
    font-size: 14px;
  }

  .em_author_data > span {
    font-size: 12px;
  }

  .em_post_content {
    padding: 15px 0;
    font-size: 12px;
    line-height: 1.5em;
    text-align: left;
  }

  .em_single_comment {
    padding: 9px;
    border-radius: 8px;
  }

  .em_commenter {
    text-align: left;
  }

  .em_single_comment > img {
    width: 34px !important;
    height: 34px !important;
  }

  .em_comment_author {
    font-size: 12px;
    line-height: 1.5em;
  }

  .em_comment_author > span {
    font-size: 10px;
  }

  .em_comment_content {
    font-size: 12px;
  }

  .em_post_engagements div span {
    font-size: 11px;
  }

  .em_post_engagements i {
    font-size: 16px;
  }

  .em_post_engagements img {
    width: 16px;
    height: 16px;
  }

  .em_info_cards {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .em-info-title {
    font-size: 19px;
    margin-bottom: 20px;
    margin-top: 0;
  }

  .em-info-detail strong {
    font-size: 15px;
  }

  .em-info-detail span {
    font-size: 14px;
  }

  .em_visitor_btn {
    padding: 12px;
    font-size: 14px;
  }

  a.em_visitor_btn > img {
    width: 17px;
  }

  .em-info-card {
    padding: 20px;
    border-radius: 15px;
    width: calc(100vw - 40px);
    max-width: 450px;
  }
}
