/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 30 2024 | 18:15:03 */
.responsive-image {
    max-height: 700px !important;
    width: auto;
    height: auto;
    max-width: 100%; /* Ensures the image scales down for mobile */
}

@media (max-width: 768px) {
    .responsive-image {
        width: 100%; /* Full width on mobile */
        height: auto; /* Maintain aspect ratio */
    }
}
