.flyers {
    width: 100%;
    height: auto;
}

.flyers__flyerCoverWrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: white;
    box-shadow: 0px 0px 2px -1px rgba(0,0,0,0.75);
}
