.random-image-rotator img {
    max-width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
}

.random-image-rotator img:hover {
    opacity: 0.7;
}
