img
{
  width:100%;
  height:auto;
  margin-bottom:10px;
}

.bombe
{
font-size:0.8em;
  position:relative;
  background:#0079BB;
  border-radius:50%;
  margin-top:-135px;
  margin-right:15px;
  height:120px;
  width:120px;
  color:#ffffff;
    display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-shadow: 1px 1px 2px #333333;
}

.tekstbombe
{
box-shadow: 5px 2px #888888;
  transform: rotate(3deg);
font-size:1.25em;
  font-weight:bold;
  position:relative;
  background:#0079BB;
  border-radius:50%;
text-align:center;
  margin-right:15px;
  height:120px;
  width:120px;
  color:#ffffff;
    display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-shadow: 1px 1px 2px #333333;
}

@media  (min-width: 768px){
  
.bombe
{
font-size:1.6em;
  margin-top:-270px;
  margin-right:30px;
  height:250px;
  width:250px;
 
}
  
}

@media  (min-width: 970px){



.bombe
{
font-size:2.0em;

 
  margin-top:-380px;
  margin-right:30px;
  height:300px;
  width:300px;
}

.tekstbombe
{
font-size:1.8em;
  
  margin-right:15px;
  margin-top:-40px;
  height:200px;
  width:200px;
 
}


}
