/*
Theme Name: aster-photography-child
Template: aster-photography
*/


.fullscreen-iframe-wrapper {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.fullscreen-iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.mag-post-single img {
    max-height: initial !important;
    height: auto !important;
}

/* Убираем отступ сверху, если нет thumbnail */
.single .entry-header + .entry-content {
    margin-top: 0 !important;  /* обнуляем отступ сверху */
    padding-top: 0 !important; /* если есть padding */
}




