body {
    margin: 0;
    padding: 0;
    background: url('images/bg.jpg') no-repeat 0 0 #331811;
    color: white;
    background-size: cover;
    font-family: 'Ubuntu', sans-serif;
    background-position: top center;
}
.screen {
    height: 100vh;
}
.screen:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #0000001c;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.content {
    text-align: center;
    max-width: 600px;
    margin: 0px auto;
    padding-top: 12rem;
}

.content img {
    max-width: 300px;
}
.content h1 {
    font-size: 3.4rem;
    font-weight: 300;
    margin: 0;
    padding-bottom: 3rem;
    line-height: 1;
}
.countdown-container {
    overflow: hidden;
    max-width: 1040px;
    margin: 0px auto;
}
.countdown-module-2 {
    min-height: unset !important;
}
#timer div span {
    display: block;
    font-size: 14px;
    font-weight: 300;
}

#timer div {
    text-align: center;
    padding: 0px 20px;
    color: white;
    font-size: 32px;
	border-right: 1px solid #330c643b;
}
#timer div:last-child {
    border-right:0;
}


#timer {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #0b1022;
    padding: 20px 0;
	z-index: 1;
    background: linear-gradient(270deg,rgb(43 71 137) 26%,rgb(176 17 195) 100%);
}

.clock-item .text {
	color: #ffffff;
	font-size: 30px;
	margin-top: -40px;
	top: 50%;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
}

.clock-canvas {
	background-color: #211105d6;
	border-radius: 50%;
	height: 0px;
	padding-bottom: 100%;
	box-shadow: inset 20px 39px 37px #0e0e0e52;
}

.clock-item .val {
	font-size: 3.4rem;
	margin: 0;
	font-weight: 700;
	line-height: 1;
}

.type-time {
	font-size: 16px;
	margin: 0;
	font-weight: 300;
	color: white;
}

.clock-item .wrap {
	max-width: 200px;
	max-height: 200px;
	margin: 10px 10px;
}

.clock-item .inner {
	position: relative;
}
.screen:before {
    content: "";
    background: url(slider-pattern.png) scroll;
    width: 100%;
    height: 100%;
    z-index: 8;
    -webkit-transform: translateZ(0.4px);
    -moz-transform: translateZ(0.4px);
    -ms-transform: translateZ(0.4px);
    -o-transform: translateZ(0.4px);
    transform: translateZ(0.4px);
    position: fixed;
    top: 0;
    left: 0;
    background-repeat: repeat;
    z-index: -1;
}
@media (max-width: 760px) {
    .content {
        padding-top: 10rem;
    }
.clock-item .wrap {
    margin: 0;
}
.clock-item .val {
    font-size: 26px;
}

.type-time {
    font-size: 13px;
}
.clock-item .text {
    margin-top: -24px;
}

.clock-item {
    padding: 0px 5px;
}
.content h1 {
    font-size: 2rem;
}
}