@media screen and (min-width: 750px) {
.home-intro {
   //height: 38rem;
}
}

.tweet-card__screenname a {
    color: unset;
    text-decoration: none;
}

a.hth-btn.wow.fadeIn.big {
    //font-size: 30px;
    //padding: 14px 60px;
}
a.cursor-pop, a.cursor-pop:hover, a.cursor-pop:hover h2, a.cursor-pop:hover p {
    text-decoration: none !important;
}

a.cursor-pop:hover .bg-gradient--blue {
    background-image: linear-gradient(180deg,rgba(59,63,182,.95) 0%,rgba(0,132,213,.65) 100%);
}