.MCoupon_container_one {
  @width: @c_width;
  @width2: @c_width2;
  @width3: @c_width3;
  @width4: @c_width4;

  .circle1 {
    position: absolute;
    top: 0;
    right: 30%;
    width: @width3;
    height: @width4;
    overflow: hidden;
    margin-right: -@width4;
    i {
      display: block;
      width: @width3;
      height: @width3;
      border-radius: 50%;
      background-color: #fafafa;
      margin-top: -@width4;
    }
  }

  .circle2 {
    position: absolute;
    bottom: 0;
    right: 30%;
    width: @width3;
    height: @width4;
    overflow: hidden;
    margin-right: -@width4;
    i {
      display: block;
      width: @width3;
      height: @width3;
      border-radius: 50%;
      background-color: #fafafa;
      margin-bottom: -@width4;
    }
  }
}