@import url('/css/social.css');

/* News */
.news-item {background-color: rgba(221, 221, 221, 0.7);}
.news-link a {display: block; padding: 10px 0; border-top: 1px solid #888; color: inherit;}

#modal_news {-webkit-overflow-scrolling: auto;}
#modal_news .modal-subtitle {margin-bottom: -15px;}
#modal_news .news-image-holder img {max-width: 100%; max-height: 960px; margin-bottom: 10px;}

@media (min-width: 768px) {
  .grid-refresh {color: white; font-size: 3rem; position: absolute; top: 50%; margin-top: -1.5rem;}
  .grid-refresh[data-action='prev'] {left: 0;}
  .grid-refresh[data-action='next'] {right: 0;}
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-refresh {top: -3rem;}
  .home-twitter {margin-top: 4.5rem;}
  .home-twitter+.home-instagram {margin-top: 6rem;}
}
@media (min-width: 992px) {
  .grid-refresh[data-action='prev'] {left: -40px;}
  .grid-refresh[data-action='next'] {right: -40px;}
}