/** Shopify CDN: Minification failed

Line 30:12 Expected identifier but found whitespace
Line 30:13 Unexpected "("

**/

.left_side_image img{
  height: 585px;
}
.right_side_image .top_image img{
  height: 300px;
    width: 100%;
    margin-bottom: 10px;
    object-fit: cover;
}
.bottom_image{
  display: flex;
  overflow: hidden;
}
.bottom_image img{
 width: 100%;
    height: 273px;
  object-fit: cover;
    
}

@media (max-width: 768px) {
    .instant-saree-section
Specificity: (0,1,0)
 {
        display: block !important;
    }
  .bottom_image img{
    height: 119px;
}
}
