/*
.product_details_inner_box
{
    height: 100%;
    width: 100%;
    overflow: hidden;
}



.fullscreen_img_container
{
    height: 100%;
    display: flex;
    flex-shrink: 0;
    overflow: hidden;
    transform: translateX(0);
    transition: transform 0.3s ease-out;
    cursor: grab;
}
*/
/*

.slide_full
{
   
    max-height: 100vh;
    width: 100vh;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    user-select: none;
    
    border: 2px solid red;
}


.slide_full img
{
    max-width: 100%;
    max-height: 100%;
}

.grabbing
{
    cursor: grabbing;

}

.grabbing .slide_full img
{
    transform: scale(0.9);
    transition: transform 0.3s ease-in-out;
}

*/