@media screen and (min-width:768px){ .cap_products_customizations_div_image{ min-height:220px; max-height:220px; } .cap_products_customizations_h6_title{ min-height:58px; overflow:hidden; display:-webkit-box; display:-moz-box; -moz-box-orient: vertical; display:-moz-box; display:-ms-flexbox; -ms-flex-direction:column; -webkit-line-clamp:4; -webkit-box-orient:vertical; } .cap_products_customizations_card_spacer{ border-bottom:1px lightgrey solid; height:425px; } .cap_products_card_customization{ height:440px; } .cap_AtC_customization_OfS{ color:grey; padding-top:15px; } .cap_wt_products_50px{ text-align: center; height:50px; color:darkgrey; } .testing_class{ min-height:220px; max-height:220px; color:red; } } .cap_atc_OfS{ color:grey; padding-top:12px; } .resizable-span { /* Default size */ min-width: 186px; min-height: 186px; max-width: 186px; max-height: 186px; } @media screen and (max-width: 1200px) { /* Adjust size for smaller screens */ .resizable-span { min-width: 153px; min-height: 153px; max-width: 153px; max-height: 153px; } } @media screen and (max-width: 1000px) { /* Adjust size for smaller screens */ .resizable-span { min-width: 131px; min-height: 131px; max-width: 131px; max-height: 131px; display: flex; align-items: center; } } @media screen and (max-width: 765px) { /* Adjust size for even smaller screens */ .resizable-span { min-width: 300px; min-height: 300px; max-width: 300px; max-height: 300px; } } @media screen and (max-width: 320px) { /* Adjust size for even smaller screens */ .resizable-span { min-width: 131px; min-height: 131px; max-width: 131px; max-height: 131px; } } .cap_products_on_sale{ text-align:center; background-color:#ff4848; color:white; width:91%; height:23px; position:absolute; border-radius:2px; margin-left:3%; opacity:0.9; }