 @media (min-width: 769px){
     .no-desktop{
         display: none;
    }
}
 @media (max-width: 768px){
     .no-mobile{
         display: none;
    }
     .fulll, iframe{
         width: 95%;
         margin: 0 auto;
    }
     .fulll img{
         width: 100%;
         height: auto;
    }
     h1 center{
         width: 100%;
         line-height: 100%;
    }
     p, b, center,h1, li, .newsbox{
         width: 100%;
         line-height: 22px;
         clear: both;
    }
     body{
         background: unset;
    }
}