.competition-link-relative {
    position: relative !important;
}

.d-none {
    display: none !important;
}

.single-language {
    background: #3e3e3e;
    padding: 5px;
    border-radius: 5px;
    width: 105px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
}

.competition-link {
    position: absolute;
    background: radial-gradient(189.87% 190.01% at 48.58% 45.37%, #9747FF 0%, #4BC1B8 57.08%, #084C83 100%);
    color: #FFF;
    display: block;
    padding: 4px 10px;
    border-radius: 12px;
}

@media only screen and (max-width: 767px) {
    .competition-link {
        top: 50px;
        right: 29%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .competition-link {
        top: 0;
        right: 33%;
    }
}

@media only screen and (min-width: 992px) {
    .competition-link {
        top: 0;
        right: 13%;
    }
}

@media only screen and (max-width: 375px) {
    .competition-link {
        top: 50px;
        right: 25%;
    }
}
