Slideshow Image Adjustment on Individual Page Only

Hi All!

I figured out a way to adjust my image slideshow section to keep the aspect ration of my images uploaded, however, in doing so it adjusts the homepage slideshow. Does anyone know how I can make the change on the page only and not the homepage?

In the base.css the below code is what I need to change:

.media > img {
object-fit: cover;
object-position: center center;
transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);

I would need to change object-fit: to contain without adjusting the homepage slideshow.

Thank you!

Liane