    .image_settings_background {
        background-color: black;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        color: white;

        font-size: 22pt;
        line-height: 60px;
        text-shadow: 2px 2px 3px black;
        text-align: right;
        padding: 0;
        height: 160px;
    }

    .image_list .col-md-3 {
        padding: 10px;
    }

    #wildlife_db_item_name_header {
        color: white;
        font-weight: bold;
        text-shadow: 1px 1px 1px black;
        padding-left: 15px;
        background-color: rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center;
    }

    .wildlife_details {
        font-size: 15px;
        line-height: 2.1;
        text-rendering: optimizeLegibility;
        color: rgb(105, 105, 105);
        font-family: "Open Sans", sans-serif;
        padding: 0;
    }

    .wildlife_details .col-md-5 {
        padding-right: 0;
    }

    .wildlife_row_even {
        background-color: white;
        border-bottom: 1px solid lightgray;
        font-size: 9pt;
    }

    .wildlife_row_odd {
        background-color: whitesmoke;
        border-bottom: 1px solid lightgray;
        font-size: 9pt;
    }

    /*========================================================================================================*/
    /*========================================================================================================*/
    /*========================================================================================================*/

    .wildlife_image {
        background-color: #0e0e0e;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        color: white;

        font-size: 10pt;
        line-height: unset;
        text-shadow: 2px 2px 3px black;
        text-align: left;
        padding: 0;
    }

    .master_wildlife_image {
        height: 300px;
    }

    .wildlife_db_item_name {
        padding-top: 260px;
    }

    @media (max-width: 768px) {
        .master_wildlife_image {
            height: 220px;
        }

        .wildlife_db_item_name {
            padding-top: 180px;
        }
    }