@media only screen and (max-width: 767px) {
    .am-product-slider img { 
        height: 300px;
        object-fit: cover;
    }
    .aymd-cont-pg-scx-item {
        display: grid;
    }
    .aymd-abt-pg-scx-image img { 
        margin-top: 20px;
    }
    .aymd-abt-pg-scx-hero, .aymd-abt-pg-scx-section {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 768px) {
    .aymd-pro-scx-img img {
        height: auto;
    }
    .aymd-nav-scx-logo img {
        width: 160px;
        margin-top: -4px;
    }
    .aymd-nav-scx-banner {
        background-image: none;
    }
    .ban-mob {
        display: block;
        width: 100%;
        margin-bottom: 25px;
        border-radius: 15px;
    }
    .aymd-nav-scx-banner {
        padding: 40px 0;
    }
}
@media (min-width: 1279px) {
    .am-product-slider img { 
        height: 580px;
        object-fit: cover;
    }
}
/* ipad landscape mode */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .aymd-nav-scx-banner-content { 
        max-width: max-content;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .am-product-slider img { 
        height: 500px;
        object-fit: cover;
    }
    .aymd-cont-pg-scx-item p a { 
        font-size: 14px;
    }
    .aymd-abt-pg-scx-hero, .aymd-abt-pg-scx-section {
        margin-bottom: 30px;
    }

}
@media only screen and (device-width: 1180px) and (device-height: 820px) and (orientation:landscape) {
   
    .aymd-cont-pg-scx-item {
        display: grid;
        gap: 18px; 
    }
    .aymd-cont-pg-scx-title {
        font-size: 30px;
    }
    .am-product-slider img { 
        height: 500px;
        object-fit: cover;
    }
}
@media (min-width: 1800px) {
    .aymd-nav-scx-banner {
        height: 100vh;
        min-height: auto;
    }
}