.the_silent_thief-first-background-image{
    display: flex;
    align-items: center;
    justify-content: center;
}

.the_silent_thief-lite_block{
    /* background-color: aliceblue;
    color: black; */
}

.the_silent_thief-image_float_left{
    float:left; /* обтекание слева */ 
    margin: 20px 20px 20px 0px !important;
    margin-top:0px;
}
.the_silent_thief-image_float_right{
    float:right; /* обтекание слева */ 
    margin: 20px 0px 20px 20px !important;
    margin-top:0px;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
    .the_silent_thief-first-background-image{
        background:linear-gradient(rgba(28, 28, 29, 0), rgba(28, 28, 29, 0)), url("../../../web/blog/my_attic/the_silent_thief/1600/hygiene_of_consciousness.webp") center center / cover no-repeat;
    }
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .the_silent_thief-first-background-image{
        background:linear-gradient(rgba(28, 28, 29, 0), rgba(28, 28, 29, 0)), url("../../../web/blog/my_attic/the_silent_thief/750/hygiene_of_consciousness.webp") center center / cover no-repeat;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .the_silent_thief-first-background-image{
        background:linear-gradient(rgba(28, 28, 29, 0), rgba(28, 28, 29, 0)), url("../../../web/blog/my_attic/the_silent_thief/750/hygiene_of_consciousness.webp") center center / cover no-repeat;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .the_silent_thief-first-background-image{
        background:linear-gradient(rgba(28, 28, 29, 0), rgba(28, 28, 29, 0)), url("../../../web/blog/my_attic/the_silent_thief/750/hygiene_of_consciousness.webp") center center / cover no-repeat;
    }
}

@media (max-width: 650px) {
    .the_silent_thief-first-background-image{
        background:linear-gradient(rgba(28, 28, 29, 0), rgba(28, 28, 29, 0)), url("../../../web/blog/my_attic/the_silent_thief/250/hygiene_of_consciousness.webp") center center / cover no-repeat;
    }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
    .the_silent_thief-first-background-image{
        background:linear-gradient(rgba(28, 28, 29, 0), rgba(28, 28, 29, 0)), url("../../../web/blog/my_attic/the_silent_thief/250/hygiene_of_consciousness.webp") center center / cover no-repeat;
    }
}
