
/* Extra Large Device */
@media (min-width: 1400px) {

    .slideshow_container {height: 80vh;}
    .countdown_numbers { width: 95px;}
}

/* Large Device */
@media screen and (max-width: 1200px){

    .parallax-three .animated-button6 { width: 40% !important; }
    .slideshow_container {height: 90vh;}

}

/* Medium  Device */
@media (min-width: 992px) {

}


/* Small Device */
@media (min-width: 768px) {
    .parallax-three .animated-button6 { width: 45%; padding: 30px 0 20px 0 !important; font-size: 30px; line-height: 44px;}
}

/* Extra Small Device */
@media (max-width: 767px) {

}

@media screen and (max-width: 479px) {
    #parallax .team_block {    width: 100%;}
    .parallax-three .animated-button6 { width: 90%; padding: 30px 0 20px 0 !important; font-size: 30px; line-height: 44px;}
  }


@media screen and (max-width: 425px) {
    #parallax .team_block {    width: 100%;}
    .parallax-three .animated-button6 { width: 90% !important; padding: 15px 0 10px 0 !important; font-size: 30px; }
    .slider_contents {margin-top: 25%; }
    .slider_content { margin-top: 10px;}
    .slider_content .countdown { margin-top: 10px;}
    .slider_content h3{padding: 0px; font-size: 58px; letter-spacing: 12px;}
    .slider_content h1{font-size: 68px;}
  }

  @media screen and (max-width: 425px) {
    .countdown_numbers h2 {letter-spacing: 0px;}
    .slider_content div[class$="_text"]:before{width: 75px;}
  }



  @media screen and (max-width: 320px) {
    #parallax .team_block {    width: 100%;}
    .parallax-three .animated-button6 { width: 90% !important; padding: 15px 0 10px 0 !important; font-size: 30px; }
    .slider_contents {margin-top: 33%; }
    .slider_content { margin-top: 10px;}
    .slider_content .countdown { margin-top: 10px;}
    .slider_content h3{padding: 0px; font-size: 50px; letter-spacing: 10px;}
    .slider_content h1{font-size: 55px;}
    .countdown_numbers h2{letter-spacing: 0px;font-size: 40px;}
    .slider_content div[class$="_text"]:before{top: 46px;}
    .slider_content div[class$="_text"] > span{font-size: 15px;}
  }
