عجلة الحياة /* Responsive size */ .goal-life-wheel { height:475px; width:827px; overflow:hidden; border: none;} /* Medium */ @media screen and (min-width: 600px) and (max-width: 824px) { .goal-life-wheel { height:443px; width:598px;} } /* Small */ @media screen and (min-width: 500px) and (max-width: 599px) { .goal-life-wheel { height:422px; width:498px;} } /* Small-2 */ @media screen and (min-width: 400px) and (max-width: 499px) { .goal-life-wheel { height:402px; width:398px;} } /* Tiny */ @media screen and (max-width: 399px) { .goal-life-wheel { height:320px; width:318px;} }