@media screen and (min-height: 1200px) {
  .pencilsketch-footer {
    position: absolute; 
    bottom: 0; 
    width: 100%; 
    line-height: 60px;
  }
}
@media screen and (max-height: 1199px) {
  .pencilsketch-footer {
    display: none;
    position: absolute; 
    bottom: 0; 
    width: 100%; 
    line-height: 60px;
  }
}
