.winners {
 .star {
  position: absolute;
  width: 13.54vw;
  min-width: 65px;
  max-width: 260px;
 }
 .star-first {
  right: 0;
  top: 0;
  transform: rotate(81deg) translate(-28%, -30%);
 }
 .star-mob {
  top: 30%;
  left: -3%;
  min-width: 46px;
 }
 .star-second {
  top: 50%;
  left: -3%;
  max-width: 200px;
 }
 .star-third {
  right: -7%;
  top: 50%;
  transform: rotate(165deg);
 }
 .star-fourth-mob {
  bottom: 0%;
  left: 0;
  transform: translateX(-27%) rotate(-94deg);
 }
 @media (max-width: 699px) {
  .star {
   width: 11vw;
  }

  .star-second {
   display: none;
  }

  .star-fourth {
   display: none;
  }
 }
 @media (min-width: 700px) {
  .star-mob,
  .star-fourth-mob {
   display: none;
  }
  .star-third {
   top: unset;
   right: -7%;
   bottom: 0%;
   transform: rotate(165deg) translateY(-40%);
  }
  .star-second {
   left: 0;
   transform: translateX(-61%);
  }
  /*.star-third {*/
  /*right: -8%;*/
  /*transform: rotate(165deg);*/
  /*bottom: -17%;*/
  /*}*/
  /*.star-fourth{*/
  /*    bottom: 0;*/
  /*    left: 0;*/
  /*    transform: rotate(275deg) translate(-27%, -59%)*/
  /*}*/
 }
}

.competition-page {
 .star {
  position: absolute;
  width: 13.54vw;
  min-width: 65px;
  max-width: 260px;
 }
 .star-first {
  right: 0;
 }
 @media (max-width: 699px) {
  .star-first {
   top: 0;
   transform: rotate(81deg) translate(-28%, -30%);
  }
  .star-mob {
   bottom: -12%;
   left: -3%;
  }
  .star-second {
   display: none;
  }
  .star-third {
   right: -7%;
   top: -21%;
   transform: rotate(165deg);
  }
  .star-fourth {
   display: none;
  }
  .star-fourth-mob {
   bottom: -8%;
   left: 0;
   transform: translateX(-27%) rotate(-94deg);
  }
 }
 @media (min-width: 700px) {
  .star-mob,
  .star-fourth-mob {
   display: none;
  }
  .star-first {
   transform: translatex(30%);
   bottom: -18px;
  }
  .star-second {
   left: 0;
   bottom: -43px;
   transform: rotate(78deg) translateY(39%);
  }
  .star-third {
   right: -8%;
   transform: rotate(165deg);
   bottom: -17%;
  }
  .star-fourth {
   bottom: 0;
   left: 0;
   transform: rotate(275deg) translate(-27%, -59%);
  }
 }
}

.competition-over,.winners {
    img.years {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    }
    #competition {
        margin-top:26vw;
    }
     @media (min-width: 492px) {
          #competition {
        margin-top:30vw;
    }
     }
        @media (min-width: 731px) {
          #competition {
        margin-top:300px;
    }
     }
          @media (min-width: 920px) {
          #competition {
        margin-top:400px;
    }
     }
             @media (min-width: 1024px) {
          #competition {
        margin-top:300px;
    }
     }
                @media (min-width: 1200px) {
          #competition {
        margin-top:400px;
    }
     }
                  @media (min-width: 1400px) {
          #competition {
        margin-top:31vw;
    }
     }
                     @media (min-width: 2000px) {
          #competition {
        margin-top:800px;
    }
     }
}


.competition-page {
    img.years {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    }
    #competition {
        margin-top:26vw;
    }
     @media (min-width: 492px) {
          #competition {
        margin-top:30vw;
    }
     }
        @media (min-width: 731px) {
          #competition {
        margin-top:300px;
    }
     }
          @media (min-width: 920px) {
          #competition {
        margin-top:400px;
    }
     }
             @media (min-width: 1024px) {
          #competition {
        margin-top:300px;
    }
     }
                @media (min-width: 1200px) {
          #competition {
        margin-top:400px;
    }
     }
                  @media (min-width: 1400px) {
          #competition {
        margin-top:31vw;
    }
     }
                     @media (min-width: 2000px) {
          #competition {
        margin-top:800px;
    }
     }
}