@charset "utf-8";
/* CSS Document */

.wrapper.demo3 {
  max-width: 100%;
}
#cmn-video-demo3__container {
  position: relative;
  height: 550px;
  background-color: #282828;
  overflow: hidden;
  width:100%;
}

#cmn-video-demo3__video {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

#cmn-video-demo3__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 60px 20px;
  text-align: center;
}
#cmn-video-demo3__content h2,
#cmn-video-demo3__content p,
#cmn-video-demo3__content a {
  color: #555;
}
#cmn-video-demo3__content h2 {

  font-family: "proxima-nova-1", "Proxima Nova", "Lucida Grande", Calibri, Arial, sans-serif; color:#555;
  font-size: 30px;
  line-height:1em;
}
#cmn-video-demo3__content p {
  margin-bottom: 40px;
}
#cmn-video-demo3__content a {
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  font-family: "proxima-nova-1", "Proxima Nova", "Lucida Grande", Calibri, Arial, sans-serif;
  border: solid 1px #fff;
  transition: background 0.3s, color 0.3s, text-shadow 0.3s;
}
#cmn-video-demo3__content a:hover {
  background-color: #fff;
  color: #787878;
  text-shadow: none;
}
.prod_box_wrapper {
  width: 151px;
  text-align: center;
  float: left;
  margin-right: 26px;
  margin-bottom: 12px;
  margin-top: 20px;
}

.prod_box_wrapper a {
  font-size: 11pt;
  font-weight: bold;
  color: #ddd;
  text-decoration: none;
}

.prod_box_wrapper a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #959595;
}

.prod_box {
  width: 150px;
  height: 95px;
  border: 3px solid #ddd;
/*  background: #fff; */
  float: left;
  clear: none;
  margin-right: 20px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 11px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 0px 11px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 0px 11px rgba(50, 50, 50, 0.2);
}

.prod_box:hover {
  border: 3px solid #ff9900;
}

.prod_box_wrapper p {
  line-height: 14pt !important;
  text-align: center;
}

.special_title {font-weight:bold;color:#ff9900;
text-transform: uppercase;
font-size:95px; 
line-height:1.1em;} 
 
 
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
#cmn-video-demo3__container {height:300px; }
.special_title { line-height:1em;font-size:40px; }
.prod_box_wrapper { margin-left:60px; }
	
}
@media all and (min-width: 600px) {
  #cmn-video-demo3__container {
    height: 480px;
  }

  #cmn-video-demo3__video {
    width: 1024px;
  }

  #cmn-video-demo3__content {
    padding: 160px 20px;
  }
  #cmn-video-demo3__content h2 {
    font-size: 42px;
  }
  #cmn-video-demo3__content p,
  #cmn-video-demo3__content a {
    font-size: 18px;
  }
 

}
@media all and (min-width: 1024px) {
  #cmn-video-demo3__container {
    height: 550px;
  }

  #cmn-video-demo3__video {
    width: 100%;
  }

  #cmn-video-demo3__content {
    padding: 100px 20px;
  }
  #cmn-video-demo3__content h2 {
    font-size: 54px;
  }
  #cmn-video-demo3__content p,
  #cmn-video-demo3__content a {
    font-size: 24px;
  }
 
}



@media only screen and (max-device-width:767px) and (-webkit-min-device-pixel-ratio: 2) {
#cmn-video-demo3__container {background:url('http://beta.merge.com/MergeHealthcare/media/homepage/static-bkrnd.png') top center no-repeat; background-size:150%; height: 400px;}
#cmn-video-demo3__video {display:none;}
}
@media only screen and (max-width:599px) {
#cmn-video-demo3__video {width:auto !important; height:100% !important;} }