

.pop-header .close {
    right: 0;
    left: auto;
}
.popup{
    direction: ltr;
}

.left-side .huge-content h1.title {
    text-align: left;
}
.left-side .huge-content h2 {
    text-align: right;
    direction: ltr;
}
#countdown > div {
    float: left;
}
.popup h4 {
    text-align: left;
}
.pull-left-to-right {
    float: right !important;
}



@media  (min-width: 1536px) {
    
    .left-side .huge-content h1.title{
      margin: 0;
      padding-top: 6vh;
      font-size: 100px;
      line-height: 100px;
      padding-bottom: 20px;
    }
    #countdown {
      height: 200px;
    }
    
  }