.vertialposter00 {
  cursor: pointer;
  width: 700px;
  height: 1170px;
}

.vertialposter00 img {
  width: 700px;
  height: 1170px;
  opacity: 90%;
  transition: 0.3s ease-in-out;
  z-index: 10;
}

.vertialposter00:hover {
  width: 700px;
  height: 1170px;
  background: rgb(00, 153, 255);
}

.vertialposter00:hover img {
  width: 700px;
  height: 1170px;
  box-shadow: 0px 0px 40px 20px rgb(00, 153, 255);
  opacity: 90%;
  z-index: 1;
}

.vertialposter00:focus-within {
  -webkit-appearance: none;
  width: 700px;
  height: 1170px;
  box-shadow: 0px 0px 50px 40px rgb(00, 153, 255);
  opacity: 100%;
  z-index: 1;
  outline: none;
}
