.direct-tweet {
  background: rgba(64, 153, 255, 1) url('../images/twitter.svg') no-repeat;
  padding: 20px 0;
  margin: 0;
  background-size: auto;
  background-position: 70% 0%;
}

.direct-tweet h2.heading-title {
  color:#fff;
}

.direct-tweet .embed-tweet {
  min-height:550px;
  height:550px;
  max-height: 550px;
  overflow-y:hidden;
}

.direct-tweet .twitter-tweet {
  display:none;
}

.direct-tweet .los-tweetos {
  display:none;
}

@media (max-width: 600px) {
/*  .home .news-list.gallery.news-cards > li.news-list-card-item:nth-child(3),
  .home .news-list.gallery.news-cards > li.news-list-card-item:nth-child(4),
  .home .news-list.gallery.news-cards > li.news-list-card-item:nth-child(5) {
    display:none;
  }*/
  .direct-tweet .embed-tweet {
    min-height:470px;
    height:470px;
    max-height: 470px;
    overflow-y:hidden;
  }
}

.video-home-image span {
  width: 100px;
  height: 70px;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -50px;
  margin-top:-35px;
  background-image:url('../images/movie_play_gray.png');
  background-repeat: no-repeat;
}

.video-home-close {
  background-image:url('../images/close_video.png');
  background-repeat: no-repeat;
  display:block;
  width:29px;
  height:29px;
  margin-left:5px;
}
