/* Center the image and make it responsive */
.HotSauceSlide {
    display: block;
    margin: 0 auto; /* Centers the image horizontally */
    max-width: 100%; /* Ensures the image fits within the screen */
    height: auto; /* Maintains the aspect ratio */
}