.Artests-Page-Note {
    margin-left: 9.375em;
    margin-right: 9.375em;
    margin-bottom: 1.875em;
    /*border-bottom:solid;*/
}

.Note {
    font-style: italic;
}


@media(max-width: 65em) {

    .artists {
        margin-top: -10em;
    }

    .bands {
        overflow: auto;
    }

    .Background {
        height: 1000%;
    }
}

@media(max-width: 38.8125em) {
    .artists {
        margin-top: -10em;
    }

        .artists img {
            width: 100%;
            height: auto;
        }

    .bands {
        margin-left: -1em;
    }
}
