﻿.sports_bengals-offseason {
    margin-bottom: 20px;
}

    .sports_bengals-offseason img {
        width: 100%;
    }

.sports_bengals-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

/*
.sports_bengals-item {
    width: 50%;
}
*/
.sports_bengals-item:first-child {
    width: 60%;
}

.sports_bengals-item:nth-child(2) {
    width: 40%;
}

.bengalsImage {
    padding-right: 20px;
}

    .bengalsImage img {
        width: 100%;
    }

/* ------------------------------------------------------------------------ */
@media (max-width: 768px) {
    .sports_bengals-container {
        flex-direction: column;
    }

.sports_bengals-item:first-child,
.sports_bengals-item:nth-child(2) {
    width: 100%;
}

    .bengalsImage {
        margin: auto auto 20px auto;
        padding-right: 0;
    }
}
