.video-container {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 47%;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.p0 {
  padding: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.larger {
  font-size: 16px !important;
  line-height: 1.4 !important;
}

span.probe-title {
  position: absolute;
  top: 0;
  right: 15px;
  display: block;
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #999;
}

a.enlarge {
  position: relative;
}

a.enlarge > span {
  display: inline-block;
  padding: 5px 8px;
  padding-left: 8px;
  margin-top: -1px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #fff;
}

a.enlarge > img.img-thumbnail {
  border-bottom-left-radius: 0 !important;
}

a.btn {
  display: block;
  width: 185px;
  height: 39px;
  padding-left: 50px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 39px;
  text-align: left;
  text-decoration: none;
  color: #fff !important;
  border-radius: 10px;
  background: url(/assets/img/common/button-arrow.png) no-repeat 20px center;
  background-color: #bbb;
}

ul,
ol {
  padding-left: 15px;
}

.highlight {
  color: #c36c89;
}
