@import url("/story-editorial-base.css");

/* Premium curved edges for the main Story mandi image while retaining its diagonal cut. */
.story-editorial__media--main{
  border-radius:34px;
  overflow:hidden;
  -webkit-mask-image:-webkit-radial-gradient(white,black);
}

@media (max-width:1180px){
  .story-editorial__media--main{border-radius:28px}
}

@media (max-width:767px){
  html body .story-editorial__media--main{border-radius:22px!important}
}
