        .banner-two__shape-right img {
            max-width: 100%;
            height: auto;
            display: block;
            object-fit: contain;
            max-height: 500px;
        }
    
        .banner-two__shape-right {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1;
            width: 45%;
            text-align: right;
        }
    
        .swiper-slide {
            position: relative;
        }
    
        @media (max-width: 991px) {
            .banner-two__shape-right {
                display: none;
            }
        }

    .fixed-size-image {
        width: 450px;
        height: 450px;
        object-fit: cover;
    }

    /* .fixed-250 {
        width: 250px;
        height: 250px;
        object-fit: cover;
    } */

    .fixed-250 {
    height: 250px;
    object-fit: cover;
    width: 100%;
    display: block;
}

video.fixed-250 {
    height: 250px !important;
    width: 100% !important;
    object-fit: cover;
    display: block;
    background-color: #000; /* optional, gives a solid background behind videos */
}