/**
 * @copyright   (C) 2017 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
 
#view-fr-pet .info-text{
    margin-top: -0.8rem;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
}

#view-fr-pet .info-text-mobile{
    margin-bottom: 1rem;
    margin-left: 1rem;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    color: inherit;
}

#view-fr-pet .pet-info-class{
    margin-bottom: 1rem;
}

#view-fr-pet .pet-info-class-mobile{
    margin-left: 1rem;
    margin-bottom: 0.5rem;
}

#view-fr-pet .pet-carousel-br{
    border-radius: 30px;
}

@media (min-width: 992px) {
	
#view-fr-pet .row-height{
    height: 500px;
}

#view-fr-pet .row-height-50{
    height: 240px;
}

#view-fr-pet .row-margin-bt-lg{
    margin-bottom: 1rem !important;
}

#view-fr-pet .pet-carousel-image{
    height: 100%;
    object-fit: cover;
    object-position: center;
}
}