/* Setting max width for all images */
img {
    max-width: 100%;
    height: auto;
    width: auto;
}

/**
 * Prevents error messages from running off the page in Mobile.
 */
.messages.error {
  overflow-wrap: break-word;
}

/**
 * This removes the horizontal scroll on Conference sites / CLEP.
 */
.content-wrapper-container {
  overflow-x: hidden;
}
