<style>
.overlay-image {
position: absolute;
top: 10px;
left: 100px;
width: 150px;
height: 250px;
cursor: pointer;
}
.overlay-image:hover {
opacity: 0.3;
outline: 2px solid white;
}
</style>
<style>
.overlay-image {
position: absolute;
top: 10px;
left: 100px;
width: 150px;
height: 250px;
cursor: pointer;
}
.overlay-image:hover {
opacity: 0.3;
outline: 2px solid white;
}
</style>