/**
 * Theme Name:     amazinglady
 * Author:         amazinglady
 * Template:       aether-blog
 * Text Domain:	   amazinglady
 * Description:    amazinglady
 */
 
 .main-single-post-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-single-post-page .post{
    max-width: 900px;
}
.post .featured-image{
    display:none;
}

.post img:hover, .latset-post-img img:hover {
    -webkit-transform: none;
    transform: none;
}
.Main-footer {
    display: none !important;
}
.site-branding {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
}

#aether-posts-wrapper .card-img-top {
    object-fit: cover;
    height: 200px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

@media (max-width: 576px) {
	.main-single-post-page {
		padding: 40px 20px 0px 20px !important;
	}
}
