/* .dinosaur-img { position: relative; }
.dinosaur-img:before { background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(20, 20, 20, 1) 35%, rgba(83, 100, 141, 0) 100%); }
.overlay-wrapper:before, .dinosaur-img:before { content: ''; position: absolute; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(20, 20, 20, 1) 35%, rgba(83, 100, 141, 0) 100%) }
.trending-year {position: relative;}
.trending-year:before {content: ""; height: 6px; width: 6px; background: var(--iq-secondary); position: absolute; top: 50%; transform: translateY(-50%); left: -10px; border-radius: 50%;} */