/*.visual-block .title {
	margin-bottom: 0px;
	text-shadow: 2px 2px 22px #353232;
}

.visual-block .large-txt {
	font-size: 95px;
	font-weight: 700;
	text-shadow: 2px 2px 22px #353232;
}

.visual-block p {
	margin: 0 0 20px 0;
}

.flip-clock-divider .flip-clock-label {
	padding-top: 6px;
}*/

    section.xmas {
    padding:110px 0 90px 0;
    border-bottom:1px solid #eee;
    background-image: url('../images/display/christmas-bauble.jpg');
    background-position: 10% 50%;
    background-repeat: no-repeat;
    }
    .xmas-bkg {
    padding:110px 0 60px 0;
    margin-bottom:30px;
    border-bottom:1px solid #eee;
    background-image: url('../images/display/christmas-bauble.jpg');
    background-position: 0% 50%;
    background-repeat: no-repeat;
    }
    p.new-year {
    font-size:24px;
    font-weight:400;
    text-align: center;
    color:#000;
    margin-bottom:14px;
    background:none;
    }

@media (max-width: 991px) {
    section.xmas {
    padding:50px 0 20px 0;
    background-image: none;
    }
    .xmas-bkg {
    padding:50px 0 20px 0;
    background-image: none;
    }
}