/* Remove opacity from all the images ( Bookmarks / Twitch / Services ) */
.bookmarks-icon, .thumbnail, .thumbnail-parent, .bookmarks-icon-container, .monitor-site-icon {
    opacity: 1 !important;
    filter: none;
}

.video-thumbnail {
    opacity: 0.8 !important;
}

.video-thumbnail:hover {
    opacity: 1 !important;
}
