/* Custom code goes here */

.new-medals{
	
position: absolute;
top: 0px;
left: 0;
width: 50%;
height: 22px;
overflow: initial;
background:rgb(0 0 0 / 0%);
 background-image: url("../img/icons/1_medal.png");
 background-position: center center, center top;
  background-repeat: repeat, no-repeat;
  background-size: 100% 100%;
  padding:20%;
  
}

.silver-medals{
	
position: absolute;
top: 0px;
right: 0;
width: 50%;
height: 22px;
overflow: initial;
background:rgb(0 0 0 / 0%);
 background-image: url("../img/icons/2_medal.png");
 background-position: center center, center top;
  background-repeat: repeat, no-repeat;
  background-size: 100% 100%;
  padding:20%;
  
}