header#masthead {
    transition: all 0.5s ease; 
}

header#masthead.sticky {
    position: sticky !important;
}

header.entry-header h2 {
    text-align: center;
    margin-top: 20px;
    font-size: 26px;
}

.rdid-sponsor-logos {
    display: none !important;
}

@media screen and (max-width: 490px) {
    header.entry-header h2 {
        margin-top: 9px;
        font-size: 22px;
        line-height: 1.2;
    }
}