﻿@media (max-width: 450px){
    .card-wrapper > .jp-card-container {
        transform: scale(0.725);
        transform-origin: left center;
    }
}