/* Prevent flash of unstyled images on page load */
.gatsby-image-wrapper [data-main-image] {
    opacity: 1 !important;
    transition: none !important;
}

.gatsby-image-wrapper [data-placeholder-image] {
    display: none !important;
}
