.abstract-box-video-3-column-adt {
  /* max-width: 1200px;
  margin-right: auto;
  margin-left: auto; */ }

.abstract-box-video-3-column-adt .people-abstract-btn {
  display: table;
  position: relative;
  bottom: 0;
  left: 42%; }

.abstract-box-video-3-column-adt .people-abstract-btn button a:hover {
  color: white;
  text-decoration: none; }

.abstract-box-video-3-column-adt .people-abstract-btn button {
  display: inline-block;
  padding: 10px 35px;
  margin-top: 10px !important;
  font-size: 16px;
  font-family: "helveticaIFAD";
  height: 55px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: black;
  background-color: #11b5d5;
  border-radius: 25px; }

.abstract-box-video-3-column-node:nth-child(3n+1) {
  margin-left: 0 !important; }

.abstract-box-video-3-column-adt .article-content {
  display: none; }

.abstract-box-video-3-column-adt .read-more {
  display: none; }

.abstract-box-video-3-column-adt .article-box {
  height: 500px; }

/* tablet */
/* phone */
/*-----------Styles for Videos----------*/
/* Youtube Video Popup Iframe */
#video_pop {
  z-index: 999999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  cursor: pointer; }

#the_Video {
  position: fixed;
  width: 80%;
  margin: 0 auto;
  height: 565px; }

#video-close {
  position: relative;
  width: 80%;
  margin: 20px auto; }

#close-container {
  position: fixed;
  width: 80%;
  margin: 0 auto;
  z-index: 50; }

#closeIcon {
  background: #666666 none repeat scroll 0 0;
  border: 1px solid #444444;
  border-radius: 34px;
  /* color: white; */
  float: right;
  font-size: 18px;
  font-weight: bold;
  padding: 4px 10px 6px;
  text-align: center;
  text-transform: lowercase;
  width: 12px; }

.btn:hover, .btn:focus, .btn:active, .btn.active {
  background-color: transparent; }

.abstract-box-video-3-column-adt .people-abstract-btn {
  padding: 60px 0 0 0; }

/* Desktop */
@media screen and (min-width: 0px) {
  .play-button {
    background: url("../../../images/placeholders/play_white.png");
    height: 60px;
    width: 60px;
    background-size: 60px 60px;
    z-index: 99;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    right: 0;
    position: absolute;
    background-repeat: no-repeat; }

  .videos-container {
    margin: 0 auto;
    width: 77%;
    max-width: 1001px; }

  .videos-group {
    margin: 0 auto;
    overflow: hidden; }

  .videos-group .span3 {
    margin: 0 0 60px;
    width: 33.333%; }

  .video-clmn1, .video-clmn2, .video-clmn3 {
    border: 1px solid #e4e4e4;
    margin: 0 auto;
    height: 345px;
    /*max-width: 293px;
    width: 90%;*/ }

  .video-clmn1 {
    float: left; }

  .video-clmn3 {
    float: right; }

  .ytube-video-cntnr {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 193px;
    margin: 0 auto;
    position: relative;
    width: 100%; }

  .ytube-video-cntnr:hover {
    opacity: 0.75; }

  .video-thumbnail, .ytube-video-id {
    display: none; }

  .ytube-video-frame {
    height: 193px;
    margin: 0 auto;
    display: none;
    width: 100%; }

  .video-description {
    /*font-size: 22px;
    font-weight: 500;
    padding: 25px 28px 24px 28px;
    text-align: left;
    line-height: 1.28;
    height: 100px !important; 
    */
    font-size: 22px;
    font-family: HelveticaIFAD, Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #333333;
    margin: 0 0 10px 0;
    overflow: hidden;
    line-height: 30px;
    padding: 30px; }

  .more-videos.btn.more-btn {
    margin: 0 auto;
    padding: 0;
    width: 175px; }

  .more-videos.btn.more-btn a {
    padding: 20px 10px 19px; } }
/* Tablet */
@media (max-width: 1024px) {
  .videos-group {
    border-top: 1px solid #e4e4e4;
    padding: 50px 0 0;
    margin: 50px auto 0;
    overflow: hidden; }

  .videos-group .span3 {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    padding: 0 0 50px;
    height: auto;
    margin: 0 0 49px; }

  .videos-clmn1, .videos-clmn2, .videos-clmn3 {
    height: auto;
    overflow: visible; }

  .more-videos.btn {
    margin: -10px auto; }

  .ytube-video-cntnr {
    width: 100%; }

  .video-clmn1 {
    float: none; }

  .video-clmn3 {
    float: none; } }
/* Phone */
@media (max-width: 640px) {
  .videos-group {
    margin: 30px 0 0;
    padding: 0; }

  .videos-group .span3 {
    margin: 30px 0;
    padding: 0 0 30px; }

  .video-description {
    font-size: 20px; }

  .more-videos.btn.more-btn {
    padding: 0 10px;
    margin: 0 auto; }

  .more-videos.btn.more-btn a {
    font-size: 15px; } }