.inferior_ads {
    background: #c3c4c7 !important;
    position: fixed !important;
    bottom: 20px;
    right: 90px;
    max-width: 300px;
    padding: 4px !important;
    border-radius: 6px;
    margin:0!important;
}


div#inferior_ads a{
display:flex;
border-radius: 4px;
overflow: hidden;
}

.uk-alert-close {
    color: #2b2b2b!important;
}

div#inferior_ads .uk-close svg{
width:10px;
}

div#inferior_ads .uk-close {
    background: #ffffff;
    opacity: .8;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    margin: 0;
    text-align: center;
}

@media only screen and (max-width: 600px) {
  
}