
@media(max-width: 768px) {
    .layer0 .content {
        width: 65%;
        margin-top: -40%;
        margin-left: 15%;
        position: absolute;
    }

    .layer-space {
        height: 2vw;
    }

    .product-layer2 {
        height: 120vw;
    }

    .product-layer2 .layer2-col-leftbottom {
        width: 100%;
        margin-top: 60vw;
        height: 50vw;
    }

    .layer2-col-leftbottom img {
        width: 100%;
        padding: 0 15%;
    }

    .product-layer2-content1 {
        font-size: 16pt;
        text-align: center;
        height: 50vw;
    }

    .product-layer2-content1 .small-font {
        font-size: 14pt;
    }

    .product-layer2 .layer2-col-righttop {
        height: 50vw;
        margin-top: 0vw;
    }


    .product-layer2 .layer2-col-lefttop {
        height: 50vw;
        margin-top: 0vw;
    }
    
    .product-layer2 .layer2-col-rightbottom {
        height: 50vw;
        margin-top: 60vw;
    }
    
    .layer2-col-rightbottom img{
        width: 100%;
        padding: 0 15%;
    }

    .product-layer2-content1-ashborder {
        margin-left: 0px;
        text-align: left;
        font-size: 9pt;
    }
    
    .ashborder-small-font {
        margin-left: 50px;
        white-space: normal;
    }
}