html,
body {
  margin: 0;
  padding: 0;
  background-color: #000000;
  text-align: center;
}

.image-container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1903px;
  margin: 0 auto;         
  padding: 0;         
  line-height: 0;
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}

.clickable-area {
  position: absolute;
  display: block;
  /* background-color: rgba(255, 0, 0, 0.3);*/
}

.covers {
  top: 9%;
  left: 14%;
  width: 72%;
  height: 68%;
}

.profile_photo {
  top: 67.2%;
  left: 15.992%;
  width: 11.5%;
  height: 28%;
  border-radius: 50%;
}

.feed {
  top: 81%;
  left: 28.6%;
  width: 19%;
  height: 6%;
}

.photos {
  top: 1.78%;
  left: 16%;
  width: 28%;
  height: 2.6%;
}