.img-big-frame {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

/* Tablet styles and mobile styles */
@media screen and (max-width: 1024px) {
  .img-big-frame {
    width: 100% !important;
    height: fit-content !important;
    max-width: 100% !important;
  }
}
