/* .rainbow-stripe */

.rainbow-stripe {
    height: 16px;
    background-image: url('../../img/rainbow-stripe.svg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 -20px;
    paddinG: 0;
    width: calc(100% + 40px);
    outline: none;
    border: none;
}