.magnifier {
  width: 100%;
  position: relative;
}

.magnifier:hover {
  cursor: none;
/*   cursor: crosshair; */
}

.large {
  width: 300px;
  height: 300px;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 0 0 7px rgba(191, 191, 191, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(191, 191, 191, 0.25);
  background: url('https://www.expoandes.net/wp-content/themes/ActeTheme/images/plano-EA-2022.jpg')
    no-repeat;
  display: none;
}

.small {
  display: block;
    width: 100%
}