*{
  box-sizing: border-box;
}
#normal-sortables{
  padding-top: 20px;
}
#wpbrigade_infs_general_videobox h3{
  padding: 0px 10px 10px;
  border-bottom: 1px solid #eee;
}
.wpbrigade_videobox .column{
  width: 50%;
  float: left;
  padding-right: 2.5%;
  border-right: 1px solid #ebebeb;
  padding-bottom: 2em;
}
.wpbrigade_videobox .column h2{
  font-size: 16px;
  margin-bottom: 20px;
}
.wpbrigade_videobox .column.right{
  margin-right: 0;
  padding-right: 0;
  padding-left: 2.5%;
  border: 0;
  max-width: 49%;
}
.wpbrigade_videobox::after{
  content: '';
  display: table;
  clear: both;
}
.wpbrigade-video-link{
  width: 100%;
  max-width: 200px;
  float: left;
  margin: 0 1.5em 1.5em 0;
}
.wpbrigade-video-link img{
  max-width: 100%;
  height: auto;
}
.wpbrigade-video-popup-overlay{
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0, .9);
  display: none;
}
.wpbrigade-video-popup{
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  height: 450px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 50px 20px 20px;
}
.wpbrigade-video-popup iframe{
  width: 100%;
  height: 380px;
}
.wpbrigade-close-popup{
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
.wpbrigade-video-description-wrapper{
  overflow: hidden;
}
.wpbrigade-video-description-wrapper p{
  margin: 0;
}
.wpbrigade-video-description-wrapper p ~ p{
  margin-top: 10px;
}
.wpbrigade-heading {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 400;
  margin: 0;
  padding: 9px 0 4px;
  line-height: 29px;
  display: block;
}
.loginpress-premium{
  float: left;
    border: 1px solid #ccc;
    border-bottom: none;
    margin-left: .5em;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 24px;
    background: #e5e5e5;
    color: #0073aa;
    text-decoration: none;
}
@media screen and (max-width: 1170px) {

}
@media screen and (max-width: 767px) {
  .wpbrigade-video-popup{
    max-width: 455px;
    width: 100%;
    height: auto;
    padding: 37px 20px 9px;
  }
  .wpbrigade-video-popup iframe{
    height: 200px;
  }
}
