/* Custom styles */
.aspect-w-16 {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}

.aspect-w-16 img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Add any additional custom styles here */
