h1:not(wp-block-post-content h1),
h2:not(wp-block-post-content h2),
h3:not(wp-block-post-content h3),
h4:not(wp-block-post-content h4),
h5:not(wp-block-post-content h5),
h6:not(wp-block-post-content h6),
p:first-child:not(wp-block-post-content p) { 
    margin-block-start: revert;
    margin-block-end: revert;
	font-weight: revert;
}

.gazette_single_container {
    width: 100%;
    /* height: 100vh; */
    overflow: hidden;
    /* min-height: 700px; */
    float: left;
    padding: 0px 0px!important;
    box-sizing: border-box;
    position: relative;
    /* padding-bottom: 0px; */
}

.gazette_single_container.fullscreen {
    height: 100vh;
    width: 100vw;
    position: relative;
    float: left;
}

.details_title {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 72px;
    font-family: 'futurats-regular';
    color: black;
    letter-spacing: 17.53px;
    line-height: 90px;
    z-index: 2;
}

span.details {
    position: absolute;
    left: 5%;
    top: 12.5%;
}

span.of {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 10%;
    margin: auto;
    width: 110px;
    height: 90px;
}

span.alys {
    position: absolute;
    right: 30%;
    top: 65%;
}

.details_copy {
    position: absolute;
    top: 70%;
    left: 5%;
    width: 36%;
    font-family: 'futurats-regular';
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .36px;
}

.gallery.gallery1 {
    position: absolute;
    top: 25%;
    left: 5%;
    width: 39%;
    height: 45%;
    overflow: hidden;
    z-index: 1;
}

.gallery1 .gallery_slide img {
    height: 100%;
    margin-right: 20px;
}

.gallery.gallery2 {
    position: absolute;
    top: 0%;
    left: 57.5%;
    width: 25.5%;
    height: 55%;
    overflow: hidden;
    z-index: 1;
}

.gallery.gallery3 {
    position: absolute;
    top: 64%;
    right: 5%;
    width: 15%;
    height: 15vw;
    overflow: hidden;
    z-index: 1;
}

.gallery_slide {
    height: 100%;
    display: flex;
    overflow: auto;
    /* width: 100%; */
    flex-wrap: nowrap;
    position: absolute;
    left: 0;
    top: 0;
}

.gallery_slide img {
    height: 100%;
}

.gallery1 .gallery_slide img {
    height: 100%;
    margin-right: 20px;
}

@media all and (max-width: 1050px) {
    span.of {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: -20%;
        margin: auto;
        width: 110px;
        height: 90px;
    }
    
    span.alys {
        position: absolute;
        right: unset;
        top: 70%;
        left: 5%;
    }

    .details_copy {
        position: absolute;
        top: unset;
        left: 5%;
        width: 55%;
        font-family: 'futurats-regular';
        font-size: 12px;
        line-height: 15px;
        letter-spacing: .36px;
        bottom: 5%;
    }

    .gallery.gallery1 {
        position: absolute;
        top: 35%;
        left: 0%;
        width: 39%;
        height: 33%;
        overflow: hidden;
        z-index: 1;
    }

    .gallery.gallery2 {
        position: absolute;
        top: 0%;
        left: unset;
        width: 25.5%;
        height: 35%;
        overflow: hidden;
        z-index: 1;
        right: 0;
    }

    .gallery.gallery3 {
        position: absolute;
        top: 80%;
        right: 5%;
        width: 15%;
        height: 20vw;
        overflow: hidden;
        z-index: 1;
    }
}

@media all and (max-width: 600px) {
    .gazette_single_container.fullscreen {
        height: unset;
        width: 100vw;
        position: relative;
        float: left;
    }

    .details_title {
        width: 100%;
        height: 50vh;
        position: relative;
        font-size: 72px;
        font-family: 'futurats-regular';
        color: black;
        letter-spacing: 17.53px;
        line-height: 90px;
        z-index: 2;
    }

    span.details {
        position: absolute;
        left: 0;
        top: 15%;
        right: 0;
        margin: auto;
        text-align: center;
    }

    span.of {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0%;
        margin: auto;
        width: 110px;
        height: 90px;
    }
    .details_copy {
        position: relative;
        top: unset;
        left: unset;
        width: 90%;
        font-family: 'futurats-regular';
        font-size: 12px;
        line-height: 15px;
        letter-spacing: .36px;
        margin-left: 5%;
    }

    .gallery.gallery1, 
    .gallery.gallery2, 
    .gallery.gallery3 {
        position: relative;
        top: unset;
        left: unset;
        width: 100%!important;
        height: unset;
        overflow: auto;
        z-index: 1;
        float: left;
        right: unset;
    }

    .gallery_slide {
        height: unset;
        display: block;
        overflow: auto;
        width: 100%!important;
        flex-wrap: nowrap;
        position: relative;
        left: unset!important;
        top: unset;
    }

    .gallery_slide img {
        height: auto!important;
        margin-right: 0px!important;
        width: 100%!important;
        padding: 5%!important;
        box-sizing: border-box!important;
    }
}