@media only screen and (max-width: 600px) {
  .featured-image-size {
    object-fit: contain;
  }
  .imageBox {
    height: auto;
  }
  .popular-image-size {
    height: auto;
  }
  .popular-thumbnail-size {
    object-fit: contain;
  }
  .get-best {
    font-size: 30px;
    color: white;
  }

  .of-record {
    font-size: 55px;
    color: white;
  }
  .become-member-1 {
    background: #e4a039;
    color: white;
    font-weight: 500;
    font-size: 25px;
    font-family: Vidaloka, serif;
    padding: 0.5em !important;
  }
  .social-mobile {
    display: inline !important;
    margin-top: -0.6rem !important;
  }
}
@media only screen and (max-width: 1200px) {
  hr {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}

/* button[aria-expanded="true"] {
  background-color: red;
} */
@media only screen and (max-width: 700px) {
  #main-header-text {
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 24px;
    font-weight: 800;
  }

  #header-image {
    height: 25px;
    width: 25px;
  }

  #header-nepali {
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
  }

  #corona-stats-box {
    margin-top: 0% !important;
  }
}
@media only screen and (max-width: 768px) {
  .become-member-1 {
    background: #e4a039;
    color: white;
    font-weight: 500;
    font-size: 25px;
    font-family: Vidaloka, serif;
    padding: 0.5em !important;
  }
}
