#announcementModal .modal-content {
    background-color: #03488E;
    position: relative;
    border-radius: 0; }
    #announcementModal .modal-content::before {
      content: "";
      height: 100%;
      width: 50%;
      position: absolute;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      left: 0;
      top: 0;
      z-index: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(#002244), to(rgba(0, 34, 68, 0)));
      background: -webkit-linear-gradient(top, #002244 0%, rgba(0, 34, 68, 0) 100%);
      background: -o-linear-gradient(top, #002244 0%, rgba(0, 34, 68, 0) 100%);
      background: linear-gradient(180deg, #002244 0%, rgba(0, 34, 68, 0) 100%);
      -webkit-clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
              clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%); }
      @media (max-width: 48rem) {
        #announcementModal .modal-content::before {
          width: 50%; } }
    #announcementModal .modal-content .modal-header {
      border-bottom: 0;
      padding-bottom: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 1; }
      #announcementModal .modal-content .modal-header i {
        font-size: 1.25rem;
        color: #FDC32E;
        cursor: pointer; }

.view-league-table.view-display-id-block_2 .view-title img{
  max-width: 150px;
  height: auto;
}