﻿.graphics-container-content {
    justify-content: center;
    display: flex;
}

.graphics-container-content-image {
    width: 75%;
}

    .graphics-container-content-image > img {
        max-width: -webkit-fill-available !important;
    }
