.fixed-size {
    width: 70%;  
    height: 500px; /* Set a fixed height (adjust as needed) */
    object-fit: cover; /* Crop to fit without stretching */
}
