.responsive {
  width: 100vw;
  max-width: 100vw;
  height: auto;
}
.container {
  position: relative;
  width: 50%;
}

/* Make the image responsive */
.container img {
  max-width: 100vw;
  max-height: 100vw;
  margin: -8px;
}
.bbody {
  overflow: hidden;
}

/* Style the button and place it in the middle of the container/image */
.container .i-tag3 {
  position: absolute;
  top: 97%;
  left: 193%;
  transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -73%);
  background-image: url("./4.png");
  background-repeat: round;
  color: rgb(0, 0, 0);
  padding: 5.5%;
  border: none;
  cursor: pointer;
  border-radius: 100%;
  max-width: 3vw;
  max-height: 3vw;
}
.container .i-tag2 {
  position: absolute;
  top: 97%;
  left: 179%;
  transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -73%);
  background-color: rgb(255 224 0);
  color: rgb(0, 0, 0);
  padding: 2%;
  border: none;
  cursor: pointer;
  border-radius: 100%;
  max-width: 3vw;
  max-height: 3vw;
}
.container .i-tag {
  position: absolute;
  top: 97%;
  left: 165%;
  transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -73%);
  background-color: rgb(255 224 0);
  color: rgb(0, 0, 0);
  padding: 2%;
  border: none;
  cursor: pointer;
  border-radius: 100%;
  max-width: 3vw;
  max-height: 3vw;
}

.container .i-tag:hover {
  background-color: rgb(112, 99, 0);
}
.container .i-tag2:hover {
  background-color: rgb(112, 99, 0);
}
.container .i-tag3:hover {
  background-image: url("./3.png");
}
.i-tag {
  font-size: 3em;
  background: #2734ff;
  border-radius: 54rem;
  padding: 2%;
  color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.i-tag2 {
  font-size: 3em;
  background: #2734ff;
  border-radius: 54rem;
  padding: 2%;
  color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.i-tag3 {
  font-size: 3em;
  background-image: url("./4.png");
  background-repeat: round;
  border-radius: 54rem;
  padding: 2%;
  color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

@media (min-width: 1034px) {
  .container img {
    width: 100vw;
    margin: -8px;
  }
}
.tooltip {
}

.tooltip .tooltiptext {
  visibility: hidden;

  background-color: black;
  color: rgb(0, 0, 0);
  text-align: left;
  border-radius: 6px;
  padding: 0.5rem;
  z-index: 1;
  position: absolute;
  top: 89%;
  left: 170%;
  transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -73%);
  background-color: rgb(255, 255, 255);
  font-size: 2vw;
  max-width: 15vw !important;
  max-height: 20vh !important;
  min-width: 25vw !important;
  min-height: 5vh !important;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
