.content h3.title {
  font-family: 'Kanit';
  font-weight: 400;
  font-size: 16pt;
  padding-top: 30px;
  padding-bottom: 30px;
}

.content #description {
  width: 938px;
  margin-left: 1px;
  color: #FFF;
  background-color: #000;
  padding: 20px;
  margin-top: -10px;
}

.video {
  width: 245px;
  height: auto;
  margin-top: 20px;
  float: left;
  margin-left: 0px;
  background-image: url(/images/commons/preload.svg);
  background-position: center 50px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.video .fb-video {
  width: 238px;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.video .fb-video blockquote {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.video img {
  float: left;
  width: 237px;
  margin-left: -238px;
  height: 126px;
  z-index: 9999;
  position: absolute;
  cursor: pointer;
}

#watch {
  width: 980px;
  height: 551px;
  overflow: hidden;
  border: none;
}

#video_popup {
  padding: 0;
  width: 980px;
  height: 551px;
  overflow: hidden;
  background-image: url(/images/commons/preload.svg);
  background-position: center center;
  background-size: 70px 70px;
  background-repeat: no-repeat;
  background-color: #666;
}

.close-popup {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  margin-left: 940px;
  z-index: 999;
  float: right;
  position: absolute;
  background-color: #F00;
}

.close-popup .video_popup_close {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

/* Scss Document */
