
.custom-print-btn {
  display: none;
}

@media(min-width:1280px){

  body .custom-print-btn:not(.print-affiliates-button){
    display: flex;
  }

  body.young-affiliates .print-fellows-button{
    display: none;
  }

  body.young-affiliates .print-affiliates-button{
    display: flex;
  }

  .custom-print-btn  {
    grid-row-start: 5;
    grid-column-start: 2;
    justify-content: flex-end;
    margin-top: 20px;
    z-index: 5;
    position: relative;
  }

  .custom-print-btn a {
    font-size: 0px;
    width: 50px;
    height: 50px;
    padding: 0;
    background:var(--fellows) url(../../images/print-button.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;

  }

  .custom-print-btn a:hover {
    opacity: .8;
    transition: 0.3s ease;
  }

  body.young-affiliates .custom-print-btn a {
    background:var(--young) url(../../images/print-button.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

}
