.main-color {
  color: #ff0009 !important;
}

.banner-k-logo {
  margin-top: 3vh;
  height: 90px;
}

.banner-logo {
  margin-top: 2vh;
  margin-bottom: 12px;
  height: 120px;
}

.btn-white {
  color: #ff0009!important;
  background: #fff!important;
}
.prize-medal {
  height: 120px;
  margin-bottom: 15px;
}

.prize-background {
    background: url(../img/general/prize_ilustration.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.prize-background .banner-k-logo {
    margin-top: 5px;
    position: absolute;
    left: 10px;
    top: 10px;
    height: 55px;
}

@media (max-width: 767px) {
    .prize-background .banner-k-logo {
        height: 55px;
        margin-top: 10px;
        position: initial;
        display: block;
        margin: 0px auto 15px;
    }
}
