.image_card {
    margin: .5em .5em;
}

.card_deck {
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
    align-self: stretch;
    flex-wrap: wrap;
}

@media only screen and  (max-width: 575.98px) {
    .image_card{
        width: 100%;
    }
}

@media only screen and  (min-width: 576px) and (max-width: 767.98px) {
    .image_card{
        width: 100%;
    }
}

@media only screen and  (min-width: 768px) and (max-width: 991.98px) {
    .image_card{
        min-width: 350px;
        max-width: 350px;
    }
}

@media only screen and  (min-width: 992px) and (max-width: 1199.98px) {
    #bootstrap-overrides .image_card{
        min-width: 350px;
        max-width: 350px;
    }
}

@media only screen and (min-width: 1200px) {
    #bootstrap-overrides .image_card{
        min-width: 450px;
        max-width: 450px;
    }
}

@media only screen and  (min-width: 992px) and (max-width: 1199.98px) {
    #bootstrap-overrides #Roster .image_card{
        min-width: 450px;
        max-width: 450px;
    }
}

@media only screen and (min-width: 1200px) {
    #bootstrap-overrides #Roster .image_card{
        min-width: 450px;
        max-width: 450px;
    }
}

#bootstrap-overrides .image_card{
    margin-bottom: 20px;
}

#bootstrap-overrides .card-footer {
    display: flex;
    flex-direction: column;
}

#bootstrap-overrides .flex-row {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; /* Take all possible width */
    align-self: stretch;
}

#bootstrap-overrides .flex-container {
    display: inline-flex;
    flex: auto;
    flex-direction: column;
    align-items: flex-start;
}

#bootstrap-overrides .flex-item {
    display: flex;
    flex-wrap: wrap;
    align-self: stretch;
}
