/* .CoreformImage{
    padding: 5px;
    max-height: 600px;
    width: auto;
} */

.CoreformImage{
    padding: 5px;
    height: auto; 
    width: 100%; 
    object-fit: contain;
    /* max-width: 600px;  */
    max-height: 450px;
}

