#mbt-counter {
  padding: 10px;
  font-family: oswald, verdana;
  background-color: rgba(0, 0, 0, 0)!important;
  color: #FFF!important;
  position: absolute;
  left: 59%;
  top: 12%;
  font-size: 15px;
}
span#mbt-counter {
display: none;
}
.reveal-modal h2 {
	position: absolute;
	top: 5%;
	font-family: oswald, arial;
	font-size: 1.7em;
	text-shadow: 2px 4px 10px #000;
	color: #FF9D0F;
	left: 4%;
}
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
}
.reveal-modal {
  visibility: hidden;
  left: 55%;
  top:170px;
  margin: -200px -200px -200px -672px;
  width: 1156px;
  height: 463px;
  position: absolute;
  z-index: 9999;
  padding: 150px 20px 20px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #FFF;
}
.reveal-modal.small { width: 200px; margin-left: -140px;}
.reveal-modal.medium  { width: 400px; margin-left: -240px;}
.reveal-modal.large { width: 600px; margin-left: -340px;}
.reveal-modal.xlarge { width: 800px; margin-left: -440px;}
.reveal-modal .close-reveal-modal {
    font-size: 32px;
	line-height: 0.5;
	position: absolute;
	right: 25px;
	font-weight: bold;
	cursor: pointer;
	top: 132px;
	color: #fff;
}
.reveal-modal .close-reveal-modal:hover {
   color:#f00;
}
@media only screen and (max-width:320px){
	.reveal-modal, .reveal-modal-bg {display: none; background: none; z-index: 1; position: relative;}
}

@media only screen and (max-width:480px) {
	.reveal-modal, .reveal-modal-bg {display: none; background: none;z-index: 1; position: relative;}
}
@media only screen and (max-width: 700px) {
	.reveal-modal, .reveal-modal-bg {display: none; background: none;z-index: 1; position: relative;}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.reveal-modal, .reveal-modal-bg {display: none; background: none;z-index: 1; position: relative;}
}
@media only screen and (max-width: 767px) { 
	.reveal-modal, .reveal-modal-bg {display: none; background: none;z-index: 1; position: relative;}
}
@media only screen and (max-width: 592px) {
	.reveal-modal, .reveal-modal-bg {display: none; background: none;z-index: 1; position: relative;}
}