.product-detail-tile-wrap {
    background: #fff;
}
.product-detail-tile-camera {
    background: unset;
    background-size: unset;
    box-shadow: unset;
}
.wrap-test1 img,.wrap-test2 img{
    position: absolute;
    top: 0;
}

#test .container {
    transform: translateY(150%);
    opacity: 0;
}

#test .body{
    margin: unset;
    padding: unset;
}
#test .copy-container {
    width: 85% !important;
}
#test1 .container{
    transform: translateY(150%);
    opacity: 0;
}
#test1 .body{
    margin: unset;
    padding: unset;
}
.main{
    overflow-x: hidden;
}
#test2 {
    overscroll-behavior: none;
    width: 300%;
    display: flex;
    flex-wrap: nowrap;
}
#test2 .product-detail-tile-wrap{
    width: 100%;
    height: 100% !important;
}
.col-blue{
    color: rgba(0, 100, 250, 1);
}
@media screen and (min-width: 1200px){
    [data-device-type*='mobile-pad'] {
        display: none;
    }
    .model-col{
        position: absolute;
        right: 0;
        top: 28%;
        font-size: calc(100vw / 40);
        width: 49%;
        font-weight: bold;
    }
    p {
        font-size: calc(100vw / 80);
    }
    .pc-txt-top5 {
        top: 39.66667%;
    }

    .product-detail-tile .copy-container {
        width: 76% !important;
    }

    .wrap-test{
        background: url("https://d3fyizz0b46qgr.cloudfront.net/global/phones/spark-go2023/img/pc/4-bg2.png") no-repeat;
        height: 100%;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        clip-path: inset(200px 500px 199px 499px);
    }

    .wrap-test-bg{
        background: url("https://d3fyizz0b46qgr.cloudfront.net/global/phones/spark-go2023/img/pc/10-bg2.png") no-repeat;
        height: 100%;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        clip-path: inset(200px 150px 125px 655px);
        transform: translateX(-15%);
    }
    .wrap-test2 img{
        transform: translateX(-15%);
    }
    .pc-txt-top3_5{
        top: 27%;
    }
    .push-xl-7_4 {
        left: 7.4%;
    }
}

@media screen and (max-width: 575px) {
    [data-device-type*='mobile-pad'] {
        display: block;
    }
    .push-sm-2 {
        left: 13.66667%
    }

    .model-col {
        position: absolute;
        top: 54%;
        right: 12%;
        writing-mode: vertical-rl;
        font-size: calc(100vw / 20);
    }

    .wrap-test {
        background: url("https://d3fyizz0b46qgr.cloudfront.net/global/phones/spark-go2023/img/m/4-bg2.png no-repeat;
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        clip-path: inset(400px 60px 150px 59px);
    }
    .subheading{
        font-size: calc(100vw / 25);
        font-weight: 600;
        margin: 0.5rem auto;
    }

    .wrap-test-bg{
        background: url("https://d3fyizz0b46qgr.cloudfront.net/global/phones/spark-go2023/img/m/10-bg2.png") no-repeat;
        height: 100%;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        clip-path: inset(395px 56px 140px 55px);
    }

}

@media (max-width: 1199px) and (min-width: 575px){
    [data-device-type*='mobile-pad'] {
        display: block;
    }
    .model-col{
        position: absolute;
        top: 54%;
        right: 12%;
        writing-mode: vertical-rl;
        font-size: calc(100vw / 20);
    }
    .product-detail-tile .heading {
        font-size: calc(100vw / 20);
    }
    .subheading {
        font-size: calc(100vw / 36);
    }
    .product-detail-tile .body {
        font-size: calc(100vw / 40);
    }
    .product-detail-tile .note {
        font-size: calc(100vw / 50);
    }
    .wrap-test {
        background: url("https://d3fyizz0b46qgr.cloudfront.net/global/phones/spark-go2023/img/m/4-bg2.png") no-repeat;
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        clip-path: inset(850px 160px 350px 159px);
    }
    .wrap-test-bg{
        background: url("https://d3fyizz0b46qgr.cloudfront.net/global/phones/spark-go2023/img/m/10-bg2.png") no-repeat;
        height: 100%;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        clip-path: inset(850px 156px 300px 155px);
    }
}