#med-image-container {
    position: relative;
    height: 100%;
}

#med-image-spin,
#med-image {
    width: 100%;
    height: 100%;
    position: absolute;
}

#med-image-spin {
    left: 7em;
    top: 4em;
    display: none;
}

#med-image {
    z-index: 0;
    top: 0;
    left: 0;
}

#med-image-spin img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#med-image-spin p {
    text-align: center;
}

#meds-paragraph {
    white-space: pre-line;
}
