
.sorbet-video-popup {
  display: inline-block;
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50px;
  font-size: 20px;
  margin-bottom: 30px;
}
.sorbet-video-popup i.fa {
  padding-left: 5px;
}
.sorbet-video-popup:hover {
  background-color: rgba(255, 255, 255, .5);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  color: #fff;
}
.video-popup-section h6, .video-popup-section h3 {
  font-family: 'graphik';
  font-weight: 500;
  margin-bottom: 6px;
}
.video-popup-section h6 {
  font-weight: 300;
  font-size: 18px;
  margin: 0;
}