/* Custom class to scale down specific images */
.small-img {
    height: 400px !important;
    width: auto !important;
}
