video,
img {
    height: auto;
    width: 100%;
}
a {
    text-decoration: none !important;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    color: #212529;
    background-color: transparent;
}

tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, .05);
}

th,
td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.wp-block-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
.wp-block-column {
    width: 33.333333333%;
    padding: 5px;
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}
figure {
    margin: 0 0 1rem;
}
.rl-gallery {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.playerImage {
    object-fit: cover;
    height: 300px;
    width: 300px;
    margin-bottom: 10px;
}

@media  screen and (min-width: 1400px) {
    .featured-image {
        height: 600px;
        width: 1200px
    }
}
.featured-image {
    object-fit: cover;
    height: 400px;
    width: 800px;
}

.wp-block-column h2, h3 {
    text-align: center;
}

.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://smorasstats.com/v4/wp-content/uploads/2020/10/wide-7-1536x696.jpeg");
    /* Set a specific height */
    height: 200px;
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  /* Place text in the middle of the image */
  .hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }

@media  screen and (min-width: 1400px) {
    .team-image {
        height: 300px;
        width: 1200px
    }
}
.team-image {
    object-fit: cover;
    height: 200px;
    width: 800px;
}

@media (max-width: 992px) {
    .rl-gallery .rl-gallery-item {
        width: calc(25% - 2px)!important;
    }
}
@media (max-width: 1600px) {
    .rl-gallery .rl-gallery-item {
        width: calc(20% - 2px)!important;
        height: 150px;
        object-fit: cover;
    }
}

@media (min-width: 1600px) {
    .rl-gallery .rl-gallery-item {
        width: calc(16.6666% - 2px);
        height: 300px;
    }
}
    

.rl-gallery .rl-gallery-item {
    text-decoration: none!important;
    box-shadow: none!important;
    text-align: center;
    overflow: hidden;
}

.rl-gallery-item {
    height: 150px;
    width: 300px;
    object-fit: cover!important;
}

.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: rgba(0,0,0,.7);
}
.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9;
}
.has-large-font-size {
    font-size: 36px;
}
.has-text-align-center, .wp-block-column p {
    text-align: center;
}
.has-large-font-size a {
    background-color: rgba(0,0,0,.7);
    padding: 5px;
}

@media screen and (min-width: 768px) {
    .squad-image {
        object-fit: cover;
        object-position: top;
        height: 210px;
        width: 100%;
    }
}

.teamLogo {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 4px 10px;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    /* border: 1px solid #000; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
  }