@media screen and (max-width: 430px) {
 .container{
    border-radius: 0;
    
 }
 body{
   background: none;
 }
 .splash{
   border-radius: 0;
 }
}

@media screen and (max-width: 820px) {
  .container{
    max-width: 100%;
    border-radius: 0;
   
     
  }
  .splash{
 max-width: 100%;
 }

}