.Top_Selling_Frame {
    margin: 150px 0 0;
}

.Top_Selling_Frame .image_swipeer {
    margin-top: 30px;
}

.Top_Selling_Frame .image_swipeer .frame_card {
    height: 300px;
    cursor: pointer;
}

.Top_Selling_Frame .image_swipeer .frame_card .frame_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (min-width:0px) and (max-width:991px) {
    .Top_Selling_Frame {
        margin: 40px 0 0;
    }

    .Top_Selling_Frame .image_swipeer .frame_card {
        height: 220px;
    }
}