/* resolve issues with background positioning */
.background-fixed .panel-image {
	background-attachment: unset;
}.christmas-btn {
  background: #c10f0f !important;
  color: #fff !important;
  border-radius: 6px;
  padding: 12px 24px;
  display: inline-block;
  margin-top: 15px;
  font-weight: bold;
  text-decoration: none;
}

.christmas-btn:hover {
  opacity: 0.9;
}