.tweet-container{
  overflow: hidden;
  padding-bottom: 10px;
}
.tweet{
  width: 50%;
  float: left;
  padding-right: 20px;
}
.tweet iframe{
  border-radius: 5px;
  box-shadow: 0px 0px 0px rgba(0,0,0,0);
}


@media (max-width: 767px){
  .tweet{
    width: 100%;
    margin: 30px;
  }
}
