/**
 * Post Background Image Styles
 * 
 * CSS styles for displaying post background images
 * 
 * @package HelloElementor
 * @version 1.0.0
 */

/* Background Image Wrapper */
.post-background-image {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
.post-background-image {
    min-height: 391px;
}
}