/* Display none conditional */
.d-none {
  display: none !important;
}


/*limit Studio Site logo size in footer*/

.site-footer .footer-link-list {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.site-footer .footer-link-list img {
  height: 185px;
  max-height: 12rem;
  width: auto;
}



