@media screen and (max-width: 768px){

}
@media only screen and (max-device-width: 667px) and (min-device-width: 375px){

}

@media screen and (max-415px) {

.slick-slide {
    max-height: auto;
}
    
}
@media screen and (max-width: 768px){
    nav {
        display: none;
    }
    .new_videos .block_body .block_bvody--item {
    width: 100%;
    margin: 10px;
}
    .top_info {
    /* flex-direction: column !important; */
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 20px;
}
.post .col-md-4, .post .col-md-8, .post .row {
    width: 100%;
}
.post > div {
    display: flex;
    justify-content: center;
}
.main {
    width: 100%;
    margin: 0 auto;
    height: 356px;
}
    .block--photo img {
        height: 235px;
        width: 100%;
    }
    .block--content {
        position: absolute;
        color: white;

        padding-right: 10px;
    }
    .new_videos .block--photo {
        margin: 9px;
    }
    .sert.item img {
        width: 100%;
    }
    .block--content .title {
        text-shadow: 1px 2px black;
        padding-left: 15px;
        padding-top: 10px;
        font-size: 21px;
    }
    .block--content .text {
      display: none;
    }
    .full_text a {
        color: #f46e35;
        background-color: white;
        padding: 10px;
        bottom: 0;
        position: relative;
        display: block;
    }
    .banner-content.slide_bg.container h1 {
        color: white;
        display: flex;
        margin-left: 0%;
        font-size: 26px;
    }
    section.slider_container {
        height: 140px ;
    }
    .banner-content.slide_bg.container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        align-content: flex-start;
        height: 100%;
    }
    .bg-animation {
        padding: 0px 0px;
        font-size: 26px;
    }

    .logo {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .hamburger-menu {
        display: block;
    }

    .article_item.body_bg {

        width: 100%;

    }
    .article_item img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .post .row {display: flex;}

    .post .row .col-md-4 {
        order: 2;
    }
    .post .row .col-md-8 {
        order: 1;
    }
    .h1, h1 {
    font-size: 29px;
}
.content h1 {
    text-align: center;
}

}
@media screen and (max-width: 768px) {
    .main {
        
        height: auto !important;
    }
}