/*
* Theme name: Stem
*/
.navbar-brand img {
	max-height: 46px;
	width: auto;
}
.treatment-area.area0 {
	top: 10px;
	left: 730px;
}
@media only screen and (max-width: 1200px) {
	.treatment-area.area0 {
		left: 640px;
	}
}
@media only screen and (max-width: 991px) {
	.treatment-area.area0 {
		left: 425px;
	}
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.btn.btn-play {
	padding: 0!important;
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
}