.iframespotclass00 {
  cursor: pointer;
  width: 256px;
  height: 256px;
  -webkit-box-reflect: below 25px
    linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.iframespotclass00 img {
  width: 256px;
  height: 256px;
  transition: 0.4s ease-in-out;
}

.iframespotclass00:hover {
  width: 256px;
  height: 256px;
}

.iframespotclass00:hover img {
  width: 512px;
  height: 512px;
  margin-top: -320px;
  margin-left: -75px;
}

.iframespotclass00:focus-within {
  -webkit-appearance: none;
  width: 256px;
  height: 256px;
  box-shadow: 0px 0px 80px 30px rgb(00, 153, 255);
  border-radius: 250px;
  opacity: 100%;
  z-index: 1;
  outline: none;
}
