div.dog{
    padding: 20px 0;
}

div.dog .images{
    /*float: left;
    margin-right: 15px;
    margin-bottom: 15px; */
    margin-top: 5px; /**** this helps align image with top of text better ****/
}

div.dog .petfinder-big-img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
}

div.dog{
    border-top: 1px dotted #515151;
}

.dog ul.pet-options{
    list-style: none outside none;
    padding:  0;
}

.petfinder-thumbnails{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding-top: 8px;
}

.petfinder-thumbnails img {
    cursor: pointer;
    width: 100px;
    height: 100px;
    object-fit: cover;
}