html, body {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;    
    margin: 0;
    color: white;
}  
.clear {clear:both} 
h2 {font-size:26px}
#logo {
    position:relative;
    left:50%;
    top:20px;
    transform:translateX(-50%);
    text-align:center;
    margin-bottom:50px;
}
#logo img {max-height:350px;}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index:-1;
}
.max_width {
    width:80%;
    margin:0 auto;
}
.main_title {
    text-align:center;
}
.main_title h1 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
    text-transform:uppercase;
    margin-top:0;
}
.main_title span {
    font-size:50px;
    font-weight:900;
}
.product_img {

}
.country_select {
    text-align:center;
    z-index:99;
    margin-top:100px;
}
.country_select img {max-height:100px; display:block; }
.country_select .half_width {width:3%; float:left; min-width:250px}
.country_select ul {list-style-type:none; width:50%; margin:0 auto; margin-top:30px;}
.country_select li {display:inline; width:25%; float:left; text-align:center;}
.country_select a {text-decoration:none; color:white; font-weight:700 }

@media(max-width: 1400px) {
    .country_select  {margin-top:20px;}
}
@media(max-width: 800px) {
    .main_title {width:100%; text-align:center;}
    .product_img, .country_select .half_width{width:100%;}
    .max_width {width:95%;}
    #logo img {max-height:80px}
    .country_select {text-align:center; margin-top:20px;}
    .country_select img {margin: 0 auto}
    .main_title h1 {font-size:25px; line-height:30px;}
    .country_select img {max-width:60px}
    .country_select a {font-size:14px;}
    .country_select ul {padding-left:0}
    .country_select li {width:100%; margin-bottom:20px;}
}