    body.widget-snippet{
        padding: 30px;
        background-color: #fff;
    }
    body.widget-snippet .animal-talent-photo {
        padding: 30px;
        background-color: #fff;
    }
    body.widget-snippet .animal-talent-photo {
        border-top: none;
        padding-top: 0;
    }
    .widget-snippet .animal-talent-photo-row {
        padding: 8px 0 5px 0;
    }
    .widget-snippet .animal-talent-photo h4 {
        color: #990066;
        font-size: 16px;
        font-weight: normal;
        text-align: center;
        margin: 0;
        padding: 0;
        font-family: 'Comic Sans MS';
    }
    .widget-snippet .animal-talent-photo ul {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        justify-content: center;
    }
    .widget-snippet .animal-talent-photo ul li:before{
        display: none;
    }
    .widget-snippet .animal-talent-photo ul li {
        vertical-align: top;
        list-style: none;
        padding: 0;
        margin: 0 0 17px 0;
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .widget-snippet .animal-talent-photo ul li img{
        height: 200px;
        max-width: 100%;
    }
    body.widget-snippet .animal-talent-photo-row{
        padding: 20px;
    }
    body.widget-snippet .animal-talent-photo ul li{
        padding: 10px;
    }
    .widget-snippet .animal-talent-photo-text p {
        color: #990066;
        font-size: 16px;
        text-align: left;
        line-height: 28px;
        padding: 0 0 10px 0;
    }

    @media screen and (max-width: 400px) {
        .widget-snippet .animal-talent-photo-text {
            padding: 0 0 30px 0;
        }
        .widget-snippet .animal-talent-photo ul li img {
            height: auto;
            max-width: 100%;
        }
 

    }

