@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,800);
@import url(https://fonts.googleapis.com/css?family=Fontdiner+Swanky);
#put_unique_id_here {
  padding: 0;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  background-color: red;
  
}

#bizar-links-2 .hero {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  background: #fff;
  margin-left:0px;
  margin-right:0px;
   border-color: #000;
}

#bizar-links-2 .hero h1,
.hero {
  text-align: center;
  color: #fff;
  padding: 20px 0 10px 0;
  position: relative;
 
  font-family: arial, helvetica, "san-serif";
  font-size: 1.4em;
  text-transform: uppercase;
  letter-spacing: 1px;
  
}

#bizar-links-2 .hero p {
  font-size: 15px;
  padding: 0;
  
}

#bizar-links-2 .hero img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -10;
  min-width:100%;
  min-height:100%

}

#bizar-links-2 img {
  opacity: 1;
  
}

#bizar-links-2 .btn-default {
  color:#000;
  width:330px;
  background-color:#99dc7e;
  border-color: #000;
  margin-bottom: 7pt;
  font-family: arial, helvetica, "san-serif";
  opacity: 1;
  margin-left:2px;
  margin-right:2px;
  font-family: 'Trirong';font-size: 18px;
}
@media screen and (max-width: 699px) and (min-width: 90px){
   .btn-default {
		
        font-size:14px;
        
    }
}