
.tgn-sports-wrapper {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--theme-color);
    justify-content: center;
}


.tgn-sport {
    position: relative;
    min-width: 25%;
    max-width: 25%;
    padding-bottom: 25%;

}

.tgn-sport-image {
    width: 100%;
    padding-bottom: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
}

a.tgn-contact-contact-button {
    max-width: calc(100%);
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    font-size: var(--default-link-size);
    padding: 10px 20px;
    transition: background-color .5s, color .5s !important;
    font-family: "Satoshi-BlackItalic", serif !important;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

.tgn-contact-row-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tgn-contact-wrapper-text {
    font-size: var(--default-font-size);
    margin: 0 0 0 85px;
    font-weight: normal;
    padding: 30px 0;
}

.tgn-contact-wrapper-text p:nth-of-type(2n+2) {
    /*line-height: 0.5%;*/
    padding-bottom: 9px;
}

.tgn-contact-wrapper-text h2 {
    font-size: var(--h1-font-size);
    margin-top: 0;
    margin-bottom: 15px;
    hyphens: auto;
    -webkit-hyphens: auto;
}


.tgn-sport-title {
    position: absolute;
    color: white;
    display: block;

    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
}


.tgn-sports-wrapper > .tgn-sport.bottom-right > h2 {
    bottom: 0;
    text-align: right;
}

.tgn-sports-wrapper > .tgn-sport.bottom-left > h2 {
    bottom: 0;
    text-align: left;
}

.tgn-sports-wrapper > .tgn-sport.top-left > h2 {
    top: 0;
    text-align: left;
}

.tgn-sportnews-picture-info-title {
    font-family: "Satoshi-BlackItalic", serif;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

.tgn-sports-wrapper > .tgn-sport.top-right > h2 {
    top: 0;
    text-align: right;
}

.tgn-sports-wrapper > .tgn-sport > h2 {
    hyphens: auto;
    -webkit-hyphens: auto;
}

.tgn-contact-wrapper-text a:hover {
    color: var(--theme-hover-color);
}

a.tgn-contact-contact-button:hover {
    color: white;
    background-color: var(--theme-color);
}

.tgn-contact-image-container {
    height: 100%;
    width: 25%;
    background-size: cover;
    background-position: center;
    padding-bottom: 25%;
}

.tgn-picture-roll-row-wrapper {
    width: 100%;
    overflow: hidden;
}

.tgn-picture-roll-image {
    width: 25%;
    background-size: cover;
    background-position: center;
    padding-bottom: 25%;
    float: left;
}

.tgn-sportnews-row-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.tgn-sportnews-container {
    position: relative;
    width: 25%;
}

.tgn-sportnews-container a:nth-of-type(2n+2) {
    color: #0c0c0c;
}

.tgn-sportnews-picture {
    background-size: cover;
    background-position: center;
    padding-bottom: 100%;
}

.tgn-sportnews-picture::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    opacity: .25;
}


.tgn-sportnews-picture-header {
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    hyphens: auto;
    -webkit-hyphens: auto;
    margin-right: 30px;
    font-size: var(--title-sport-size);
}

.tgn-sportnews-picture-link {
    position: absolute;
    left: 30px;
    bottom: 25px;
    transform: translateY(50%);
    text-decoration: underline;
}

.tgn-sportnews-picture-info {
    position: absolute;
    right: 30px;
    bottom: 35px;
    background-color: white;
    padding: 0 4px;
    display: flex;
    align-items: center;
    transform: translateY(50%);
    color: black;

}

.tgn-sportnews-picture-info > span {
    padding: 3px;
}

.tgn-sportnews-pricetag {
    margin-right: 5px;
    margin-left: -1px;
}

.tgn-sports-wrapper {
    display: flex;
    flex-flow: row wrap;
    background-color: var(--theme-color);
    justify-content: center;
}

.tgn-row-wrapper.sport {
    background-color: var(--theme-color);
}

.tgn-sport {
    position: relative;
    min-width: 25%;
    max-width: 25%;
    padding-bottom: 25%;
}

.tgn-sport-image {
    width: 100%;
    padding-bottom: 100%;
    position: absolute;
}

.tgn-sport-image-overlay {
    position: absolute;
    padding-bottom: 100%;
    width: 100%;
    background-color: var(--theme-color);
    opacity: .25;
}

.tgn-sportsnews-fallback-container {
    padding: 30px 0;
    font-size: var(--h3-font-size);
}