/* 大筆電 */
@media (max-width: 1600px) {
    .integration-points-sidebar{
        padding-left: 8.5vw;
    }

    .visual-content-column{
        padding-left: 1vw;
    }
}

/* 筆電 */
@media (max-width: 1440px) and (min-width: 991px) {
    .content-container{
        padding-bottom: 4vw;
    }
}

/* 大橫式平板(例: iPad Pro/Air) */
@media (max-width: 1200px) and (min-width: 992px) {
    .text-content-column {
        width: 30%;
    }

    .visual-content-column {
        width: 40%;
    }

    .integration-points-sidebar {
        padding-left: 5.25rem !important;
        width: 30%;
    }
}

/* 平板（<=992px） */
@media (max-width: 992px) {

}

/* 小平板或大手機（<=768px） */
@media only screen and (max-width: 768px) {
    .div_mobile_img{
        background: url("/images/application/consumerElectronics/electronics_banner_mobile.jpg");
    }

    .image-showcase{
        margin-top: 5.5rem;
        margin-bottom: 6rem;
    }

    .background-image{
        width: 140%;
    }

    .img_watch{
        width: 20%;
        height: 39%;
        top: 57.5%;
        left: -6%;
    }

    .img_camera{
        width: 50%;
        top: 61%;
        left: 64%;
    }

    .point-one-mask {
        left: -1%;
        top: 69%;
        width: 10%;
        height: 14%;
    }

    .point-two-mask {
        left: 2%;
        top: 18%;
        width: 96%;
        height: 57%;
    }

    .point-three-mask {
        left: 13%;
        top: 79%;
        width: 27%;
        height: 7.5%;
    }

    .point-four-mask {
        left: 79%;
        top: 64%;
        width: 21%;
        height: 25%;
    }

    .span_num img{
        min-width: 35px;
        min-height: 35px;
    }

    #num1 {
        left: 10%;
        top: 19%;
        height: 64%;
        width: auto;
    }

    #num2 {
        left: 47%;
        top: 45%;
        height: 16%;
        width: auto;
    }

    #num3 {
        left: 37%;
        top: -15%;
        height: 120%;
        width: auto;
    }

    #num4 {
        left: 30%;
        top: 60%;
        height: 37%;
        width: auto;
    }
}

/* 小型手機（<=576px） */
@media (max-width: 576px) {
    .span_num img{
        min-width: 25px;
        min-height: 25px;
    }

    #num1 {
        left: 11%;
        top: 18%;
    }

    #num2 {
    }

    #num3 {
        left: 37%;
        top: -8%;
    }

    #num4 {
        left: 30%;
        top: 60%;
    }

    #bannerContent{
        padding-left: 1.9rem !important;
        padding-right: 1.9rem !important;
    }
}