.rotatingBannerItems {
    clear: both;
    position: absolute;
    top: 0px;
    width: 360px;
}

.rotatingBannerItems li {
    background-image: none;
    color: white;
    display: none;
    font-family: Arial;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.rotatingBannerItems li:first-child {
    background-color: #00aeef;
}
 
.rotatingBannerItems li:last-child {
    background-color: #ff5331;
}

@media screen and (max-width: 630px) {
    .rotatingBannerItems {
        top: -20px;
    }
}
