.right-sidebar {
    height: 100%;
    width: 300px;
    padding: 25px;
    background-color: #353739;
    position: absolute;
    right: 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.right-sidebar a {
    color: rgb(175, 175, 175);
    text-decoration: none;
}

.right-sidebar a:hover {
    text-decoration: underline;
}

.right-sidebar li {
    padding-left: 15px;
}

@media (max-width: 580px)
{
    .right-sidebar {
        position: static !important;
        width: 100% !important;
        margin-top: 15px !important;
        padding: 50px;
    }
}

@media (min-width: 580px) and (max-width: 1100px) {
    .right-sidebar {
        position: static !important;
        width: 100% !important;
        margin-top: 15px !important;
        padding: 5px 100px;
    }
}