.Image_Preview_Step_2 {}

.Image_Preview_Step_2 .white_bg .main_frame {
    width: 600px;
    height: 600px;
    position: relative;
}

.Image_Preview_Step_2 .white_bg .main_frame .frame_div {
    width: 100%;
    height: 100%;
}

.Image_Preview_Step_2 .white_bg .main_frame .frame_div .frame_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Image_Preview_Step_2 .white_bg .main_frame .inner_img_div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 408px;
    height: 408px;
    transform: translate(-50%, -50%);
}

.Image_Preview_Step_2 .main_frame {
    position: relative;
    width: 600px;
    height: 600px;
}

.Image_Preview_Step_2 .frame_img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.Image_Preview_Step_2 .inner_img_div {
    position: absolute;
    top: 60px;
    /* 🔥 adjust based on frame */
    left: 60px;
    right: 60px;
    bottom: 60px;
    overflow: hidden;
    z-index: 1;
}

.Image_Preview_Step_2 .inner_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (min-width:0px) and (max-width:575px) {
    .Image_Preview_Step_2 .white_bg .main_frame {
        width: 220px;
        height: 220px;
    }

    .Image_Preview_Step_2 .white_bg .main_frame .inner_img_div {
        width: 150px;
        height: 150px;
    }
}

@media (min-width:576px) and (max-width:768px) {
    .Image_Preview_Step_2 .white_bg .main_frame {
        width: 400px;
        height: 400px;
    }

    .Image_Preview_Step_2 .white_bg .main_frame .inner_img_div {
        width: 270px;
        height: 270px;
    }
}


@media (min-width:768px) and (max-width:991px) {
    .Image_Preview_Step_2 .white_bg .main_frame {
        width: 400px;
        height: 400px;
    }

    .Image_Preview_Step_2 .white_bg .main_frame .inner_img_div {
        width: 350px;
        height: 350px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .Image_Preview_Step_2 .white_bg .main_frame {
        width: 450px;
        height: 450px;
    }

    .Image_Preview_Step_2 .white_bg .main_frame .inner_img_div {
        width: 320px;
        height: 320px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .Image_Preview_Step_2 .white_bg .main_frame {
        width: 500px;
        height: 500px;
    }

    .Image_Preview_Step_2 .white_bg .main_frame .inner_img_div {
        width: 380px;
        height: 380px;
    }
}