@media screen and (max-width: 900px) {
    .d-mob{
        display: none !important;
    }

    #artigos.mt-n5{
        margin-top: inherit !important;
    }

    .bg-fixed{
        background-attachment: unset !important;
    }

    .youtube-video img {
        width: 100%;
        height: 250px;
    }
    
}