/*Support - Change caption text style */
.wp-caption .wp-caption-text {
    font-size: 14px;
    line-height: 1.5;
    color: #757575;
    font-style: italic;
}

/* Support #501322 - portrait mode for blog */
.blog-images .uael-grid-img-thumbnail img{
    width: 368px;
    height: 28em;
    object-fit: cover;
}