#walk-in {
    background: url(../img/icon/walk_in_icon.jpg);
}
/*
#online {
    background: url(../img/icon/online_icon4.jpg);
}
*/
#online {
    background: url(../img/icon/online_icon_old.jpg);
	background-repeat: no-repeat;
}
#home {
    min-height: 100vh;
}
#zoom_icon{
	width : 122px;
	margin-right: 5px;
}
#timer {
    font-size: 4vw;
    background-color: #c70202;
    text-align: center;
    color: white;
	border-radius: 1vw;
    padding-top: 0.6vw;
}

@media (min-width: 1200px){
.col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
.video-container { position: relative; padding-bottom: 56.25%; /*padding-top: 30px;*/ height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.blink{
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

a {
    color: blue;
}