#MainVisual {
    background-image: url(../../images/packaging/packaging_mainvisual.png);
}

img {
    max-width: 100%;
}

.anisotropic-conductive #SectionAbout > div > div iframe {
    position: relative !important;
    width: 100% !important;
    height: 240px !important;
}

.column2.-equivalent > * {
    width: 300px;
}

#SectionAbout > div > div > div {
    width: 640px;
    gap: 10px;
}
/* 
#SectionAbout > div > div > div > figure:nth-of-type(1) {
    width: 37%
}

#SectionAbout > div > div > div > figure:nth-of-type(2) {
    width: 61%;
} */

.rfid-acp #SectionFeature .column2 > div {
    width: 50%;
}


@media screen and (max-width: 767px) {

    .column2.-equivalent > * {
        width: 100%;
    }

    #SectionAbout > div > div > div {
        width: 100%;
    }
    /* #SectionAbout > div > div > div > figure:nth-of-type(1),
    #SectionAbout > div > div > div > figure:nth-of-type(2) {
        width: 100%;
    } */

    .rfid-acp #SectionFeature .column2 > div {
        width: 100%;
    }
}