.component.twitter-feed {
  padding-bottom: 56px;
  padding-top: 56px;
}

@media screen and (max-width: 767.98px) {
  .component.twitter-feed {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}

.component.twitter-feed .component-content .feed iframe {
  padding: 16px 40px !important;
  box-shadow: 0 5px 10px 0 rgba(51, 59, 69, 0.25);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.component.twitter-feed .component-content .feed iframe:hover {
  box-shadow: 0 8px 15px 0 rgba(51, 59, 69, 0.4);
}
