.christmas-theme-class .christmas-bottom {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
}

.christmas-theme-class .santa-img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media (max-width: 1100px) {
  .christmas-theme-class .santa-img {
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    width: 200px;
  }
}

@media (max-width: 640px) {
  .christmas-theme-class .santa-img {
    top: 45px;
		opacity: 0.5;
  }
}
