/*

[Custom Stylesheet]

Project     : USNews - Multipurpose News, Magazine and Blog HTML5 Template
Author      : themelooks.com
Author URI  : https://themeforest.net/user/themelooks

*/

/* aspect ratio ধরে রাখতে */
#dynamicImage {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    /* width / height অনুপাত, আপনার ইমেজ অনুযায়ী পরিবর্তন করুন */
    display: block;
    object-fit: cover;
    /* Optional: ইমেজের ভেতরে কাটছাঁট ঠিক রাখতে */
}

/* প্যারেন্ট container যদি থাকে, তার জন্য একটা max-width দিতে পারেন */
.thumb {
    max-width: 1200px;
    /* আপনার প্রয়োজন অনুযায়ী */
    display: block;
}
