
.thumbnail{
  opacity: 1 !important;
}

.big-git-image .thumbnail{
  height: 150px;
  width: 300px;
}

.top-margin{
  margin-top: 25vh !important;
}


.header-container.content-bounds.content-bounds-wide {
    position: fixed;
    top: 0;
    z-index: 100;
    margin: 0;
    padding: 0;
}



/* 550px or less (mobile) */
@media (max-width: 1190px) {

    .top-margin{
      margin-top: 10px !important;

    }

    .random-cat{
      width: 80% !important;
      margin: auto;
    }

    .big-git-image .thumbnail{
      max-height: 150px;
      width: 100%;
    }

    .big-git-image .thumbnail-parent{
      display: block !important;
    }

}

/* more than 550px (tablet + desktop) */
@media (min-width: 1191px) {

    .top-margin{
      margin-top: 30vh !important;

    }


    .page.content-ready > .page-content{
      margin-top: 40px !important;
    }

    .random-cat{
      width: 100% !important;
      max-width: 100% !important;
    }

    .big-git-image .thumbnail-parent{
      display: flex !important;
    }
}

.widget-type-rss .widget-content ul:has(.thumbnail-container.rss-detailed-thumbnail)
.thumbnail-container.rss-detailed-thumbnail svg {
    display: none;
}
