@media screen and (max-width: 900px) {
  nav {
    display: none;
  }
  header {
    flex-direction: column !important;
    justify-content: center;
  }
  header .left {
    top: 0;
    left: 0;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
  }
  header .right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .hamburger {
    display: block !important;
    color: #0000ee;
    font-size: 20px !important;
    margin: 40px;
    border-radius: 10px;
  }
  .content {
    width: 100%;
    margin: 40px auto 0;
  }
  .resp-nav {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 1000;
    position: absolute;
    top: 60px;
    left: 0;
    background-color: white;
  }
  .resp-nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    background-color: white;
    z-index: 1000;
    margin: 20px 0;
  }
  .resp-nav ul li {
    list-style: none;
    margin: 5px 0;
  }
  /* Navbar section ends */
  .imgContainer img {
    width: 300px;
    height: 200px;
    border-radius: 10px;
  }
  .d-flex {
    flex-direction: column !important;
  }
  .h-100 {
    height: fit-content !important;
    height: -moz-fit-content !important;
  }
  .content-left {
    width: 100% !important;
    border-left: 0px !important;
  }
  .content-right {
    width: 100% !important;
    border-right: 0px !important;
  }
  iframe {
    width: 300px !important;
    height: 300px !important;
  }
  .f-50 {
    font-size: 30px !important;
  }
}
