@media only screen and (max-width:39.999em)
{
   #patternHolder {
       padding-left      : 0px;
   }
    
   .logoBase {
      display : block;
      position : relative;
      top : 0px;
   }
}

.toTheBottom {
   position              : fixed !important; 
   bottom                : 0.25em !important; 
   top                   : auto !important;
}