.timeline-date-panel{
    margin-bottom: auto!important;
    margin-top: auto!important;
}
#save-the-date{
    padding: 70px 0px;
}
.video-container{
    width: 100%;
    height: 37vw;
}

/* ==========================================================================
   Countdown
   ========================================================================== */
/*.countdown-container {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);

}*/
.clock-item{
    padding: 1%;
}
.clock-item .wrap{
    max-width: 150px;
    margin: auto;
}

.clock-item .inner {
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}

.clock-canvas {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 50%;
    height: 0px;
    padding-bottom: 100%;
}

.text {
    font-size: 30px;
    font-weight: bold;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(221,102,108, 1);
    width: 100%;
}

.text p{
    color: #dd666c;
    line-height: 1.05 !important;
}

.text p.val {
    font-size: 50px !important;
}

.text p.type-time {
    font-size: 20px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .clock-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .clock-item {
        margin: 0px 30px 30px 30px;
    }
}