@media (min-width: 1170px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1600px;
        padding: 0 80px;
    }
}

.row-gap-30 {
    row-gap: 30px;
}

.row-gap-60 {
    row-gap: 60px;
}

.row-gap-80 {
    row-gap: 80px;
}

.column-gap-30 {
    column-gap: 30px;
}

.column-gap-60 {
    column-gap: 60px;
}

.column-gap-80 {
    column-gap: 80px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-30 {
    padding-bottom: 30px;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-content p,
.page-content p {
    margin-bottom: 0;
}

#toast-container {
    display: none !important;
}

.site-header {
    border-bottom: 1px solid rgba(128, 128, 128, 0.1) !important;
}

.site-header-nav {
    gap: 50px;
}

.gap-30 {
    gap: 30px
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-15 {
    margin-bottom: 15px;
}

.text-1e3a8a {
    color: #1e3a8a;
}

.rounded-x,
.rounded-xl,
.rounded-2xl,
.rounded-t-2xl,
.rounded-3xl,
.rounded-4xl,
.rounded-lg,
.rounded-full,
.border-\[2px\],
.rounded-\[40px\],
.rounded-\[50px\],
.before\:rounded-lg:before,
.hover\:before\:opacity-10:hover:before {
    border-radius: 5px;
}

.shadow-lg {
    --tw-shadow: 0 2px 4px rgba(149, 146, 157, .15);
    --tw-shadow-colored: 0 2px 4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.text-E92906 {
    color: #d15927;
}

.theng__deactive.active,
.active {
    color: #f47621 !important;
}

#templates .tab-btn {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    width: 100%;
    border: none;
    padding: 0;
}

@media (max-width: 768px) {
    #templates .tab-btn {
        display: grid;
        grid-template-columns: auto auto;
    }
}

.banner-bg {
    background-image: url('/images/bg/banner-section-1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header-gradient-text {
    font-size: 50px;
    line-height: 1.2;
    background: linear-gradient(to right, #F47621, #0695E3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

@media (max-width: 768px) {
    .header-gradient-text {
        font-size: 35px;
    }
}

.site-section {
    padding: 60px 0;
}

.site-section:first-of-type {
    background-color: white;
}

.site-section:nth-of-type(n + 2):nth-of-type(odd) {
    background-color: #f3f4f6;
}

.site-section:nth-of-type(n + 2):nth-of-type(even) {
    background-color: white;
}

.theng__chatbot button {
    border-radius: 999px;
}

.theng__footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.theng__active {
    color: #f47621 !important;
}


.theng__lqd-tabs-triggers {
    display: grid;
    gap: 30px;
    padding-bottom: 30px;
    white-space: nowrap;
    grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 1024px) {
    .theng__lqd-tabs-triggers {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .theng__lqd-tabs-triggers {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding-bottom: 0px;
    }
}

.theng__lqd-tabs-content .theng__lqd-tabs-content-left,
.theng__lqd-tabs-content .theng__lqd-tabs-content-right {
    width: 48.8%;
    display: inline-block;
    vertical-align: top;
    padding: 30px;
}

@media (max-width: 768px) {

    .theng__lqd-tabs-content .theng__lqd-tabs-content-left,
    .theng__lqd-tabs-content .theng__lqd-tabs-content-right {
        width: 100%;
        display: block;
        padding: 15px;
    }
}


.theng__lqd-tabs-triggers button {
    padding: 20px 30px;
}

@media (max-width: 768px) {
    .theng__lqd-tabs-triggers button {
        padding: 5px 10px;
        font-size: 16px;
    }
}

.theng__pricing-content {
    background-color: white !important;
}

.theng__pricing-content .register-plan {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.theng__pricing-content .register-plan:hover {
    --btn-gradient: #e35d25, #e79064;
    background: linear-gradient(-45deg, var(--btn-gradient));
}

.theng__header-title {
    text-align: start !important;
}

.theng__site-menu {
    gap: 20px;
}

.theng__site-menu li a {
    color: #1f539f;
    font-size: 16px;
    gap: 20px;
}

.theng__site-menu li a:hover {
    color: #f47621;
    font-size: 16px;
}

.theng__header-aside {
    width: 80%;
    color: #1f539f;
}

.theng__header-aside nav {
    width: 100%;
    background-color: white;
}

.theng__site-dashboard {
    border: 1px solid #1f539f;
    border-radius: 5px;
    color: #1f539f;
    font-size: 16px;
}

.theng__site-dashboard:hover {
    border: 1px solid #f47621;
    background-color: #f47621;
    color: white;
}

.theng__faq-button {
    border: 1px solid;
    border-radius: 5px;
}

.theng__faq-button button:nth-child(2) {
    border-left: 1px solid #1f539f;
    background-color: #1f539f;
    color: white;

}

.theng__faq-button button:nth-child(2):hover {
    background-color: #f47621;
}

/* theng__pricing-button */
.theng__pricing-button {
    display: flex;
    justify-content: center;
    padding: 0 0 30px 0;
    font-size: 16px;
}

.theng__pricing-button button {
    border: 1px solid#1f539f;
    border-radius: 5px;
    color: #1f539f;
}

.theng__pricing-button button:hover {
    border: 1px solid#f47621;
    background-color: #f47621;
    color: white;
}

/* theng__page-contact */
.theng__page-contact .tab-btn {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    color: black;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding: 20px 30px;
    font-size: 20px;
}

.theng__page-contact .tab-active {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
}

.theng__page-contact .tab-inactive {
    background-color: #f3f4f6;
}

.theng__page-contact .tab-inactive:hover {
    background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%);
    color: #212529;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.theng__page-contact-button {
    float: right;
}

.theng__page-contact .feature-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f9fafb;
    border-radius: 8px;
    padding: 12px 20px;
    margin-bottom: 8px;
}

.theng__page-contact .feature-label {
    font-weight: 500;
    font-size: 1rem;
}

.theng__page-contact .switch-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 56px;
    height: 28px;
    border-radius: 9999px;
    background: #111;
    border: none;
    transition: background 0.3s;
    cursor: pointer;
    outline: none;
}

.theng__page-contact .switch-btn.on {
    background: #2563eb;
}

.theng__page-contact .switch-dot {
    position: absolute;
    left: 4px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}

.theng__page-contact .switch-dot.on {
    transform: translateX(28px);
}

.theng__page-contact .lqd-section-header-desc {
    display: none;
}

/* theng__page-faqs */
.theng__page-faqs {
    background-color: white;
}

/* theng__page-services  */
.theng__page-services {
    background-color: white;
}

/* theng__page-benefits */
.theng__page-benefits {
    background-color: white;
}

.theng__page-benefits .site-section {
    background-color: white !important;
}

.theng__page-benefits .site-section button {
    border: 1px solid gray;
}

#tools .theng__service-box .shrink {
    padding: 20px 0;
}

#tools .theng__sign-in {
    margin: 0;
    padding: 4px 12px;
    font-size: 15px;
}

/* #tools .theng__service-box .theng__sign-in{
    background-image: none !important;
    box-shadow: unset !important;
    border-radius: unset;
    color:#1b53a0;
    border-bottom: 1px solid;
    line-height: 40px;
    font-family: 600;
}

#tools .theng__service-box .theng__sign-in:hover{
    color:#e35d25;
    border-bottom: 1px solid;
} */

/* button */
.theng__page-contact-button,
.theng__dashboard,
.theng__sign-in,
.theng__sign-up {
    margin: 16px 0;
    padding: 8px 16px;
    font-weight: normal;
    white-space: nowrap;
    color: var(--btn-text);
    background-image: linear-gradient(-45deg, var(--btn-gradient));
    border-width: 0;
    border-style: solid;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    vertical-align: bottom;
    box-shadow:
        0 3px 0 0 var(--btn-shadow),
        0 4px 4px -1px rgba(0, 0, 0, 0.6),
        0 4px 6px 1px rgba(0, 0, 0, 0.3),
        0 1px 2px 1px rgba(0, 0, 0, 0) inset,
        0 18px 32px -2px rgba(255, 255, 255, 0.1) inset;

    transition: box-shadow 0.2s, transform 0.2s, color 0.2s;
}

.theng__sign-in {
    --btn-gradient: #1c53a1, #6c7fba;
    --btn-shadow: #1f4987;
    --btn-text: #fff;
}

.theng__page-contact-button,
.theng__sign-up {
    --btn-gradient: #e35d25, #e79064;
    --btn-shadow: #b75328;
    --btn-text: #fff;
}

.theng__page-contact-button:hover,
.theng__sign-up:hover {
    --btn-gradient: #e79064, #e35d25;
    --btn-shadow: #b75328;
    box-shadow:
        0 3px 0 0 var(--btn-shadow),
        0 6px 4px -1px rgba(0, 0, 0, 0.3),
        0 4px 16px rgba(0, 0, 0, 0.5),
        0 1px 2px 1px rgba(0, 0, 0, 0) inset,
        0 18px 32px -2px rgba(255, 255, 255, 0.14) inset;

}

.theng__sign-in:hover {
    --btn-gradient: #6c7fba, #1c53a1;
    --btn-shadow: #1f4987;
    --btn-text: #fff;
}

.theng__dashboard {
    --btn-gradient: #e35d25, #e79064;
    --btn-shadow: #b75328;
    --btn-text: #fff;
}

.theng__dashboard:hover {
    --btn-gradient: #e79064, #e35d25;
    --btn-shadow: #b75328;
    box-shadow:
        0 3px 0 0 var(--btn-shadow),
        0 6px 4px -1px rgba(0, 0, 0, 0.3),
        0 4px 16px rgba(0, 0, 0, 0.5),
        0 1px 2px 1px rgba(0, 0, 0, 0) inset,
        0 18px 32px -2px rgba(255, 255, 255, 0.14) inset;
}

.theng__languages button {
    margin: 16px 0;
    padding: 8px 8px;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    color: gray;
    --tw-border-opacity: .1;
    --border-opacity: .8;
    box-shadow: var(--box_shadow);
    border-color: gray;
    background-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
    transition: color 0.2s, background 0.2s;
}

.theng__helpdesk a {
    margin: 16px 0;
    padding: 8px 8px;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    color: #1f539f;
    --tw-border-opacity: .1;
    --border-opacity: .8;
    box-shadow: var(--box_shadow);
    border-color: #1f539f;
    background-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
    transition: color 0.2s, background 0.2s;
}

.theng__select-languages a {
    color: #D3D3D3;
}

.theng__select-languages a.active {
    color: #A9A9A9 !important;
}

.theng__languages svg {
    color: gray;
    transition: color 0.2s;
}

.theng__helpdesk svg {
    color: #1f539f;
    transition: color 0.2s;
}

.theng__helpdesk:hover svg {
    fill: white;
}

.theng__helpdesk a:hover,
.theng__languages button:hover,
.theng__languages.open button {
    background-color: #1f539f;
    color: white;
    box-shadow: 0px 4px 20px rgba(39, 32, 120, 0.1);
}

.theng__helpdesk a:hover svg,
.theng__languages button:hover svg,
.theng__languages.open svg {
    color: white;
}

.theng__header-title .theng__title-container {
    position: relative;
    text-align: center;
    margin-top: 50px;
}

.theng__header-title .theng__title-container .title-outline {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 125px;
    font-weight: bold;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1.5px white;
    text-shadow: none !important;
    z-index: 0;
    white-space: nowrap;
}

.theng__header-title .theng__title-container .title-text {
    font-size: 64px;
    font-weight: bold;
    color: #1e3a8a;
    z-index: 1;
    text-transform: uppercase;
    position: relative;
}

.theng__header-title .theng__banner-subtitle {
    gap: 50px;
}

.theng__header-title .theng__banner-subtitle div {
    border-top: 5px solid #f97316;
    padding-top: 20px;
    width: 15%;
}

.theng__header-title .theng__banner-button {
    --btn-gradient: #e35d25, #e79064;
    --btn-shadow: #b75328;
    --btn-text: #fff;
    width: 12%;
    margin: 14px 0;
    padding: 0.8em 1.6em;
    font-size: 18px;
    line-height: 1.42;
    color: var(--btn-text);
    background-image: linear-gradient(-45deg, var(--btn-gradient));
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow:
        0 3px 0 0 var(--btn-shadow),
        0 4px 4px -1px rgba(0, 0, 0, 0.6),
        0 4px 6px 1px rgba(0, 0, 0, 0.3),
        0 18px 32px -2px rgba(255, 255, 255, 0.1) inset;
    transition: all 0.2s ease;
}

.theng__header-title .theng__banner-button:hover {
    --btn-gradient: #e79064, #e35d25;
    box-shadow:
        0 3px 0 0 var(--btn-shadow),
        0 6px 4px -1px rgba(0, 0, 0, 0.3),
        0 4px 16px rgba(0, 0, 0, 0.5),
        0 18px 32px -2px rgba(255, 255, 255, 0.14) inset;
    transform: translateY(-1px);
}

.theng__banner-section .theng__banner-section-ai-services,
.theng__banner-section .theng__banner-section-ai-logo {
    align-items: center;
    justify-items: center;
}

.theng__banner-section .theng__banner-section-ai-services .theng__banner-site-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: auto;
}

.theng__banner-section .theng__banner-section-ai-logo .theng__banner-site-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: auto;
}

/* XL: <=1280px */
@media (max-width: 1280px) {
    .theng__header-title .theng__title-container .title-outline {
        font-size: 90px;
        bottom: 35%;
    }

    .theng__header-title .theng__title-container .title-text {
        font-size: 48px;
    }

    .theng__header-title .theng__banner-button {
        width: 20%;
        margin: 24px 0;
    }

    .theng__banner-section {
        flex-direction: column;
    }

    .theng__header-title .theng__banner-subtitle div {
        width: 20%;
    }
}

@media (max-width: 995px) {
    .theng__header-title .theng__title-container .title-text {
        font-size: 56px;
    }

    .theng__header-title .theng__title-container .title-outline {
        font-size: 76px;
        bottom: 65%;
    }

    .theng__header-title .theng__banner-subtitle div {
        width: 30%;
    }

    .theng__header-title .theng__banner-button {
        width: 30%;
        margin: 24px 0;
    }
}

/* MD: <=768px */
@media (max-width: 768px) {
    .theng__header-title .theng__title-container .title-outline {
        font-size: 36px;
        bottom: 60%;
    }

    .theng__header-title .theng__title-container .title-text {
        font-size: 28px;
    }

    .theng__header-title .theng__banner-subtitle div {
        width: 90%;
    }

    .theng__header-title .theng__banner-button {
        width: 100%;
    }

    .theng__banner-section .theng__banner-section-ai-logo .theng__banner-site-logo {
        width: 50px;
        height: auto;
    }

    .theng__banner-section .theng__banner-section-ai-services .theng__banner-site-svg img {
        width: 40px;
        height: auto;
    }

    .theng__banner-section .theng__banner-section-ai-services .theng__banner-site-svg div {
        font-size: 12px;
    }

    .theng__banner-section {
        margin-top: 10px;
        gap: 30px;
    }

    .theng__header-title .theng__banner-subtitle {
        align-items: center;
        gap: 20px;
    }

    .theng__br-banner-header {
        display: none;
    }
}

/* page blog */
.blog-content.blog-content h2 {
    font-size: 20px;
}

.blog-content td {
    border: 1px solid #e5e7eb;
}

.blog-content #category-buttons .category-btn {
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 5px;
    color: black;
    margin-right: 10px;
    margin-bottom: 10px;

    --btn-gradient: #f3f4f6, #f3f4f6;
    --btn-shadow: #f3f4f6;
    background-image: linear-gradient(-45deg, var(--btn-gradient));
}

.blog-content #category-buttons .category-btn:hover {
    --btn-gradient: #e79064, #e35d25;
    --btn-shadow: #b75328;
    color: white;
}

.blog-content #category-buttons .category-btn.active {
    --btn-gradient: #e35d25, #e79064;
    --btn-shadow: #b75328;
    color: white !important;
    background-image: linear-gradient(-45deg, var(--btn-gradient));
}

.blog-single-page h1 {
    font-size: 39px;
}

.blog-single-page h2 {
    font-size: 26px;
}

.blog-single-page h3,
.blog-single-page h4 {
    font-size: 20px;
}

.blog-single-page p {
    font-size: 16px;
}

.blog-single-page .blog-content p,
.blog-single-page .blog-content p,
.blog-single-page .page-content p {
    margin-bottom: 0;
}

.blog-container {
    display: flex;
    gap: 50px;
}

@media (max-width: 767px) {
    .blog-container {
        flex-direction: column;
    }
}

.blog-container .blog-content {
    width: 70%;
}

@media (max-width: 767px) {
    .blog-container .blog-content {
        width: 100%;
    }
}

.blog-container .blog-category {
    width: 30%;
    padding-top: 6rem;
    position: sticky;
    top: 0;
    height: 100vh
}

@media (max-width: 767px) {
    .blog-container .blog-category {
        width: 100%;
        padding-top: 0;
    }
}

.blog-category-list ul li {
    padding: 5px 20px;
    background-color: #f3f4f6;
    border-radius: 5px;
}

.blog-category-list ul li a,
.blog-single-page .blog-card-related .related-content a,
.blog-single-page .blog-category .category-list li a {
    font-size: 16px;
    color: black;
    margin-bottom: 10px;
    text-decoration: none;
}

.blog-category-list ul li a:hover,
.blog-single-page .blog-card-related .related-content a:hover,
.blog-single-page .blog-category .category-list li a:hover {
    color: #1f539f;
}

.blog-category .blog-card-detail img {
    width: 100%;
}

.blog-single-page .blog-card-related .related-title,
.blog-single-page .blog-category .category-title {
    font-size: 26px;
}


.theng__page-about {
    background: #fff;
    padding: 60px 0;
}

.theng__page-about .text-subtitle {
    padding: 0 20%;
}

@media (max-width: 1200px) {
    .theng__page-about .text-subtitle {
        padding: 1rem;
    }

    .theng__page-about .service-row {
        flex-direction: column;
        align-items: stretch;
        gap: 32px;
    }

    .theng__page-about .service-card,
    .theng__page-about .platform-card,
    .theng__page-about .service-img {
        width: 100%;
        min-width: 0;
    }

    .theng__page-about .features-grid {
        flex-direction: column;
        gap: 14px;
    }
}

@media (max-width: 991.98px) {
    .theng__page-about .lqd-section-header {
        width: 90%;
    }
}

@media (max-width: 700px) {
    .theng__page-about .theng__page-single {
        padding-left: 0;
        padding-right: 0;
    }

    .theng__page-about .section-title {
        font-size: 1.18rem;
    }

    .theng__page-about .service-card,
    .theng__page-about .platform-card,
    .theng__page-about .feature-card {
        padding: 20px 10px;
    }

    .theng__page-about .service-img img {
        max-width: 100%;
        min-height: 100px;
    }
}

@media (max-width: 575.98px) {
    .theng__page-about .lqd-section-header {
        width: 100%;
    }
}

/* Section Header */
.theng__page-about .lqd-section-header {
    width: 50%;
}

.theng__page-about .lqd-section-header-desc {
    display: none;
}

/* Section Title */
.theng__page-about .section-title {
    font-size: 2.1rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 30px;
    letter-spacing: -1px;
    text-align: center;
}

/* Service Row */
.theng__page-about .service-row {
    display: flex;
    gap: 30px;
    justify-content: center;
}

/* Cards */
.theng__page-about .service-card,
.theng__page-about .platform-card,
.theng__page-about .feature-card {
    padding: 30px;
    background: #f5f5f7;
    border-radius: 5px;
    box-shadow: rgb(245 245 247 / var(--tw-bg-opacity, 1));
}

.theng__page-about .service-card {
    text-align: left;
    width: 100%;
}

.theng__page-about .platform-card {
    text-align: left;
}

.theng__page-about .feature-card {
    flex: 1 1 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(30, 58, 138, 0.07);
    min-width: 170px;
}

/* Typography in Cards */
.theng__page-about .service-card h3,
.theng__page-about .platform-card h4 {
    font-size: 20px;
    color: var(--primary);
    margin-bottom: 14px;
    font-weight: 800;
}

.theng__page-about .service-card .desc,
.theng__page-about .platform-card .desc,
.theng__page-about .feature-card p {
    font-size: 16px;
    color: #444;
    margin-bottom: 18px;
}

.theng__page-about .feature-card h5 {
    font-size: 16px;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 8px;
}

/* Badge */
.theng__page-about .badge {
    display: inline-block;
    font-weight: 700;
    font-size: 0.98em;
    border-radius: 5px;
    padding: 4px 16px;
    margin-bottom: 18px;
    letter-spacing: 1px;
}

.theng__page-about .badge-orange {
    background: var(--accent-orange);
    color: #d97706;
}

.theng__page-about .badge-blue {
    background: var(--accent-blue);
    color: #1e40af;
}

/* Images */
.theng__page-about .service-img {
    width: 100%;
}

.theng__page-about .service-img img {
    width: 100%;
    object-fit: cover;
    background: #f8fafc;
    border-radius: 5px;
    box-shadow: 0 4px 18px rgba(30, 58, 138, 0.10);
    padding: 0;
}

/* Features Grid */
.theng__page-about .features-grid {
    display: flex;
    gap: 30px;
    margin-top: 22px;
}

/* General fix */
.service-img img {
    max-width: 100%;
    min-height: 100px;
}
