@media (min-width: 1500px) {
    .container {
        max-width: 1420px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1520px;
    }
}

@media (min-width: 1680px) {
    .container {
        max-width: 1600px;
    }
}

@media (min-width: 1780px) {
    .container {
        max-width: 1700px;
    }
}

@media (max-width: 1699px) {
    #top .social-media {
        position: relative;
        margin-right: 30px;
    }

    #nav .main-menu > ul {
        padding-left: 0;
        margin-left: -10px;
    }

    #hero .main a {
        height: 803px;
    }

    #matches .match .team img {
        max-height: 120px;
    }
    #matches .match .score {
        font-size: 60px;
        padding: 0 30px;
    }

    #trophies .item .box .name {
        font-size: 18px;
        line-height: 20px;
    }

    #page-content .font-size p, #page-content .content p, #page-content .content li {
        font-size: 23px;
    }
    #page-content .content p.bigger-text {
        font-size: 25px;
    }
    #page-content .content p.biggest-text {
        font-size: 27px;
    }
}

@media (max-width: 1599px) {
    #top .social-media {
        margin-right: 60px;
    }

    #nav .main-menu > ul {
        margin-left: -5px;
    }
    #nav .main-menu > ul > li {
        margin: 0 5px;
    }
    #nav .search input {
        min-width: 320px;
    }

    #matches .match .team img {
        max-height: 110px;
    }
    #matches .match .score {
        font-size: 56px;
    }
    #matches .match .details p {
        font-size: 17px;
        line-height: 24px;
    }
    #matches .match .details p:first-of-type {
        font-size: 19px;
    }

    #news .headline .title, #stats .box .title, #media .media h3, #others .item h3 {
        font-size: 28px;
        padding-bottom: 25px;
    }
    #news .item .photo {
        height: 280px;
    }
    #news .item .content .title, #others .item .content .title {
        font-size: 24px;
    }

    #stats .box table thead th {
        font-size: 19px;
        padding: 25px 0;
    }
    /* #stats .box table thead th:first-child {
        width: 66px;
    } */
    #stats .box table tbody td {
        height: 70px;
        font-size: 19px;
    }

    #stats .box.motm .top .player {
        height: 320px;
    }
    #stats .box.motm .top .score p {
        font-size: 75px;
    }
    #stats .box.motm .bottom .name {
        font-size: 32px;
    }
    #stats .box.motm .bottom .team {
        font-size: 26px;
    }
    #stats .box.motm .bottom .details p {
        font-size: 46px;
    }
    #stats .box.motm .bottom .details span {
        font-size: 19px;
        line-height: 20px;
    }

    #trophies .item .box .value {
        font-size: 50px;
    }

    #media .media .item .box {
        height: 440px;
    }

    #others .item.ads-stats .stats p {
        font-size: 19px;
        line-height: 28px;
    }
    #others .item.ads-stats .ads .box a {
        margin-top: 18px;
    }
}

@media (max-width: 1499px) {
    #top .date p {
        font-size: 17px;
    }
    #top .social-media {
        margin-right: 100px;
    }
    #top .social-media a img {
        max-width: 35px;
    }

    #nav .main-menu > ul > li {
        font-size: 16px;
    }
    #nav .main-menu > ul > li > a {
        padding: 25px 20px;
    }

    #hero .main a {
        height: 740px;
    }
    #hero .main h2 {
        font-size: 33px;
    }

    #matches .headline .title, #trophies .headline .title {
        font-size: 28px;
        padding: 25px 0;
    }
    #matches .match .team img {
        max-height: 100px;
    }
    #matches .match .score {
        font-size: 52px;
        padding: 0 25px;
    }
    #matches .match .details p:first-of-type {
        font-size: 18px;
    }

    #news .headline .title, #stats .box .title, #media .media h3, #others .item h3 {
        font-size: 26px;
        padding-bottom: 20px;
    }
    #news .item .photo {
        height: 265px;
    }
    #news .item .content {
        padding: 15px 25px 25px 25px;
    }
    #news .item .content .title, #others .item .content .title {
        font-size: 23px;
    }

    #stats .box.motm .top .score p {
        font-size: 68px;
    }
    #stats .box.motm .bottom {
        padding: 35px 0;
    }
    #stats .box.motm .bottom .team {
        font-size: 24px;
    }

    #media .media .item {
        padding: 25px;
    }
    #media .media .item .box {
        height: 400px;
    }
    #media .media .item p {
        font-size: 19px;
        padding-top: 20px;
    }

    #others .item.archive .box a, #others .item.ads-stats .box, #others .item.inj-survey .box a, #others .item.inj-survey .survey .box {
        padding: 20px 25px;
    }
    #stats .box .all, #trophies .all, #others .all {
        margin-top: 20px;
    }
    #others .item.ads-stats .stats .box {
        padding: 25px 30px;
    }
    #others .item.ads-stats .stats p {
        font-size: 18px;
        line-height: 26px;
    }
    #others .item.inj-survey .content p, #others .item.inj-survey .survey .box p, #others .item.inj-survey .survey .box label {
        font-size: 19px;
        line-height: 24px;
    }
    #others .item.inj-survey .survey .box label {
        padding-top: 12px;
    }

    #footer .copyright p {
        line-height: 28px;
    }

    #page-content {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    #page-content h1.title, #page-content .comments .title {
        font-size: 32px;
        padding-bottom: 35px;
    }
    #page-content .font-size p, #page-content .content p, #page-content .content li {
        font-size: 21px;
    }
    #page-content .content p.bigger-text {
        font-size: 23px;
    }
    #page-content .content p.biggest-text {
        font-size: 25px;
    }

    #page-content .comments .comment .content p {
        font-size: 19px;
        line-height: 25px;
    }
}

@media (max-width: 1399px) {
    #top .date p {
        font-size: 16px;
        padding-left: 40px;
    }

    #header .container,
    #nav .container {
        max-width: 100%;
    }

    #header .logo img {
        max-height: 100px;
    }

    #header .user-panel > p {
        font-size: 17px;
        padding: 19px 0;
    }
    #header .user-panel .links a {
        font-size: 14px;
    }
    #header .user-panel .links a img {
        max-height: 25px;
    }

    #nav {
        top: 103px;
    }
    #nav .main-menu > ul > li {
        font-size: 15px;
    }
    #nav .main-menu > ul > li > .sub-menu > li > a {
        font-size: 16px;
    }

    #nav .search input {
        min-width: 280px;
        height: 45px;
        font-size: 16px;
    }
    #nav .search .show-search, #nav .search button {
        height: 45px;
        padding: 0 10px 3px 10px;
    }
    #nav .search .show-search img, #nav .search button img {
        max-height: 30px;
    }

    #hero .main a {
        height: 660px;
    }
    #hero .main h2 {
        font-size: 30px;
    }

    #matches .headline .title, #trophies .headline .title {
        font-size: 24px;
        padding: 20px 0;
    }
    #matches .match .team img {
        max-height: 80px;
    }
    #matches .match .score {
        font-size: 44px;
        padding: 0 20px;
    }
    #matches .match .details p {
        font-size: 16px;
        line-height: 22px;
    }
    #matches .match .details p:first-of-type {
        font-size: 17px;
    }

    #news .headline .title, #stats .box .title, #media .media h3, #others .item h3 {
        font-size: 24px;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    #news .item .photo {
        height: 230px;
    }
    #news .item .content {
        padding: 13px 20px 20px 20px;
    }
    #news .item .content .details p, #others .item .content .details p {
        font-size: 14px;
    }
    #news .item .content .details p img, #others .item .content .details p img {
        max-height: 14px;
        padding-right: 4px;
    }
    #news .item .content .title, #others .item .content .title {
        font-size: 21px;
    }
    #news .archive a {
        font-size: 17px;
    }

    #stats .box table thead th {
        font-size: 18px;
        padding: 20px 0;
    }
    #stats .box table thead th:first-child {
        width: 50px;
    }
    #stats .box:first-child table thead th:nth-child(2) {
        width: 50px;
    }
    #stats .box table tbody td {
        height: 64px;
        font-size: 17px;
    }
    #stats .box table tbody td img {
        max-width: 26px;
    }

    #stats .box .all, #trophies .all, #others .all {
        width: 250px;
        height: 50px;
        font-size: 17px;
        line-height: 48px;
    }

    #stats .box.motm .top .player {
        height: 265px;
    }
    #stats .box.motm .bottom .name {
        font-size: 28px;
    }
    #stats .box.motm .bottom .team {
        font-size: 21px;
    }
    #stats .box.motm .bottom .details p {
        font-size: 40px;
    }
    #stats .box.motm .bottom .details span {
        font-size: 18px;
    }

    #trophies .all {
        width: 300px;
    }

    #media .media .item .box {
        height: 330px;
    }
    #media .media .item p {
        font-size: 18px;
        padding-top: 15px;
    }

    #others .item.ads-stats .stats p {
        font-size: 17px;
        line-height: 25px;
    }
    #others .item.inj-survey .content p, #others .item.inj-survey .survey .box p, #others .item.inj-survey .survey .box label {
        font-size: 18px;
        line-height: 23px;
    }
}

@media (max-width: 1299px) {
    #top .date p {
        font-size: 15px;
        padding-left: 0;
    }
    #top .social-media {
        margin-right: 130px;
    }
    #top .social-media a img {
        max-width: 33px;
    }

    #nav .main-menu > ul > li > a {
        padding: 22px 18px;
    }
    #nav .search input {
        min-width: 240px;
    }

    #hero .main a {
        height: 620px;
    }

    #page-content h1.title, #page-content .comments .title {
        font-size: 30px;
        padding-bottom: 30px;
    }
    #page-content .font-size p, #page-content .content p, #page-content .content li {
        font-size: 20px;
        line-height: 29px;
    }
    #page-content .content p.bigger-text {
        font-size: 22px;
        line-height: 31px;
    }
    #page-content .content p.biggest-text {
        font-size: 24px;
        line-height: 33px;
    }
    #page-content .tags .tag a {
        font-size: 18px;
        padding: 9px 11px 11px 11px;
    }
    #page-content .details p {
        font-size: 18px;
    }
    #page-content .comments button {
        height: 50px;
        line-height: 48px;
    }
    #page-content .comments .comment .content {
        padding-left: 25px;
    }
    #page-content .comments .comment .content p {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 1199px) {
    #top .date.social-media {
        width: 100%;
    }
    #top .social-media {
        margin-right: 0;
    }

    #header .logo {
        width: 100%;
        text-align: center;
    }
    #header .user-panel {
        display: none;
    }

    #nav {
        top: 102px;
    }
    #nav .row {
        justify-content: center !important;
    }
    #nav .main-menu {
        width: 100%;
    }
    #nav .main-menu > ul {
        justify-content: center;
        margin-left: 0;        
    }
    #nav.sticky .main-menu > ul > li > a {
        padding: 19px 16px;
    }
    #nav .search {
        display: none;
    }

    #hero .main a {
        height: 580px;
    }
    #hero .main h2 {
        font-size: 28px;
    }

    #matches .headline .title, #trophies .headline .title {
        font-size: 22px;
    }
    #matches .headline .title {
        text-align: center;
    }
    #matches .match {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    #matches .match .score {
        font-size: 40px;
    }
    #matches .match .details {
        padding-left: 0;
        padding-top: 20px;
    }

    #news .item {
        padding-top: 20px;
    }
    #news .headline .title, #stats .box .title, #media .media h3, #others .item h3 {
        font-size: 22px;
    }
    #stats .box.motm {
        width: 100%;
        padding-top: 15px;
    }
    #stats .box.motm .top .score {
        background-size: 200px auto;
    }
    #stats .box .all, #trophies .all, #others .all {
        overflow: hidden;
    }

    #others .item.item.inj-survey {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #others .item.item.inj-survey > div {
        width: calc(50% - var(--bs-gutter-x) * .5);
    }

    #page-content {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    #page-content h1.title, #page-content .comments .title {
        font-size: 28px;
        padding-bottom: 25px;
    }
    #page-content .font-size p, #page-content .content p, #page-content .content li {
        font-size: 19px;
        line-height: 28px;
    }
    #page-content .content p.bigger-text {
        font-size: 21px;
        line-height: 30px;
    }
    #page-content .content p.biggest-text {
        font-size: 23px;
        line-height: 32px;
    }
}

@media (max-width: 991px) {
    #top {
        padding-top: 7px;
        padding-bottom: 5px;
    }
    #top .date p {
        font-size: 14px;
    }
    #top .social-media {
        position: relative;
        top: -2px;
    }
    #top .social-media a {
        margin: 0 6px;
    }
    #top .social-media a img {
        max-width: 28px;
    }

    #header .logo img {
        max-height: 94px;
    }
    #header.sticky .logo img {
        max-height: 84px;
    }

    #nav.sticky {
        top: 86px;
    }
    #nav .main-menu > ul > li {
        font-size: 14px;
        margin: 0 3px;
    }
    #nav .main-menu > ul > li > a, #nav.sticky .main-menu > ul > li > a {
        padding: 18px 15px;
    }

    #hero .main a {
        height: 500px;
        padding-bottom: 65px;
    }
    #hero .main h2 {
        font-size: 26px;
        padding: 18px 23px;
    }

    #matches .match:not(:first-of-type) {
        padding-top: 0;
    }

    #stats .box.motm {
        padding-top: 0;
    }

    #trophies .item .box {
        padding: 25px 0;
    }
    #trophies .item .box img {
        max-height: 150px;
    }
    #trophies .item .box .name {
        font-size: 16px;
        line-height: 19px;
    }
    #trophies .item .box .value {
        font-size: 40px;
    }

    #footer .menu a {
        font-size: 18px;
    }
    #footer .social-media a {
        margin: 0 15px;
    }
    #footer .social-media a img {
        max-height: 32px;
    }
    #footer .copyright p {
        font-size: 15px;
        line-height: 23px;
    }
    #footer .copyright p br {
        display: none;
    }
    #footer .copyright p:first-of-type {
        font-size: 18px;
    }

    #page-content {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    #page-content h1.title, #page-content .comments .title {
        font-size: 28px;
        line-height: 32px;
        padding-bottom: 20px;
    }
    #page-content .font-size p, #page-content .content p, #page-content .content li {
        font-size: 18px;
        line-height: 27px;
    }
    #page-content .content p.bigger-text {
        font-size: 20px;
        line-height: 29px;
    }
    #page-content .content p.biggest-text {
        font-size: 22px;
        line-height: 31px;
    }
    #page-content .tags {
        padding-top: 30px;
    }
    #page-content .tags .tag a {
        font-size: 17px;
        padding: 9px 11px 10px 11px;
        margin: 0 10px 0 0;
    }
    #page-content .details {
        flex-wrap: wrap;
        padding-top: 10px;
    }
    #page-content .details p {
        font-size: 16px;
        padding-right: 25px;
        padding-top: 10px;
    }
    #page-content .comments {
        padding-top: 40px;
    }
    #page-content .comments button {
        height: 46px;
        line-height: 44px;
        font-size: 17px;
        margin-top: 10px;
    }
    #page-content .comments .comment .avatar {
        width: 65px;
        height: 65px;
    }
    #page-content .comments .comment .content {
        width: calc(100% - 65px);
        padding-left: 20px;
    }
    #page-content .comments .comment .content p {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 0.5rem;
    }

    span.jump {
        width: 70px;
        height: 70px;
        bottom: 35px;
        right: 30px;
    }
}

@media (max-width: 767px) {
    #header .logo {
        text-align: left;
    }
    #header .logo img {
        max-height: 88px;
    }
    #header.sticky .logo img {
        max-height: 78px;
    }

    #nav {
        margin-right: 25px;
        background-color: transparent;
        border-top-width: 0;
        border-bottom-width: 0;
    }
    #nav::before {
        display: none;
    }
    #nav .navbar {
        margin-top: -94px;
        margin-left: auto;
    }
    #nav .navbar .navbar-toggler {
        width: 30px;
        height: 20px;
        position: relative;
        margin: 0 0 0 auto;
        border: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    #nav .navbar .navbar-toggler span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #nav .navbar .navbar-toggler span:nth-child(1) {
        top: 0px;
    }
    #nav .navbar .navbar-toggler span:nth-child(2), #nav .navbar .navbar-toggler span:nth-child(3) {
        top: 10px;
    }
    #nav .navbar .navbar-toggler span:nth-child(4) {
        top: 20px;
    }
    #nav .navbar .navbar-toggler.open span:nth-child(1) {
        top: 10px;
        width: 0%;
        left: 50%;
    }
    #nav .navbar .navbar-toggler.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #nav .navbar .navbar-toggler.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #nav .navbar .navbar-toggler.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #nav .main-menu.collapse {
        display: block;
    }
    #nav .main-menu > ul {
        width: 280px;
        max-height: 85vh;
        flex-direction: column;
        flex-wrap: nowrap;
        text-align: left;
        position: absolute;
        top: 45px;
        right: -5px;
        padding: 20px 10px;
        background-color: #FFF;
        box-shadow: 0 8px 15px rgba(0, 0, 0, .15);
        transform-origin: 50% 0;
        transform: scaleY(0);
        transition-duration: 250ms;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 9999;
    }
    #nav .main-menu.show > ul {
        transform: scaleY(1);
    }
    #nav .main-menu > ul > li > a, #nav.sticky .main-menu > ul > li > a {
        display: block;
        color: var(--primaryColor);
        padding: 14px 15px;
    }
    #nav .main-menu > ul > li:hover > a, #nav .main-menu > ul > li.active > a {
        background-color: transparent;
    }
    #nav .main-menu > ul > li > .sub-menu {
        display: none;
        width: 100%;
        position: relative;
        top: -5px;
        background-color: transparent;
        border-bottom-width: 0;
        transform: scaleY(1);
    }
    #nav .main-menu > ul > li:hover > .sub-menu {
        display: block;
    }
    #nav .main-menu > ul > li > .sub-menu > li > a {
        color: var(--primaryTextColor);
        font-size: 14px;
        padding: 8px 20px 8px 35px;
    }
    #nav .main-menu > ul > li > .sub-menu > li:nth-child(odd) > a {
        background-color: transparent;
    }
    #nav .main-menu > ul > li > .sub-menu > li > a::before {
        top: 12px;
        filter: brightness(0) invert(0);
    }

    #hero .main a {
        height: 460px;
        padding-bottom: 50px;
    }
    #hero .main h2 {
        font-size: 23px;
        padding: 16px 20px;
    }

    #matches .headline .title, #trophies .headline .title {
        font-size: 20px;
    }
    #matches .match .team img {
        max-height: 74px;
    }
    #matches .match .score {
        font-size: 36px;
        padding-top: 5px;
    }
    #matches .match .details p:first-of-type {
        margin-bottom: 10px;
    }

    #news .headline .title, #stats .box .title, #media .media h3, #others .item h3 {
        font-size: 20px;
        padding-bottom: 12px;
    }
    #news .item {
        padding-top: 15px;
    }
    #news .archive a {
        font-size: 16px;
        margin-top: 20px;
    }

    #stats .box table thead th {
        font-size: 17px;
        padding: 15px 0;
    }
    #stats .box table tbody td {
        height: 58px;
        font-size: 16px;
    }
    #stats .box table tbody td img {
        max-width: 24px;
    }
    #stats .box .all, #trophies .all, #others .all {
        width: 230px;
        height: 48px;
        font-size: 16px;
        line-height: 46px;
    }
    #stats .box.motm .top .score {
        background-size: 170px auto;
    }
    #stats .box.motm .top .score p {
        font-size: 60px;
    }
    #stats .box.motm .bottom .name {
        font-size: 26px;
    }
    #stats .box.motm .bottom .team {
        font-size: 19px;
    }
    #stats .box.motm .bottom .details p {
        font-size: 36px;
    }
    #stats .box.motm .bottom .details span {
        font-size: 17px;
    }

    #trophies .item .box {
        padding: 20px 0;
    }
    #trophies .item .box img {
        max-height: 130px;
    }
    #trophies .item .box .value {
        font-size: 35px;
    }

    #media .media .item {
        padding: 20px;
    }
    #media .media .item p {
        font-size: 17px;
        padding-top: 13px;
    }

    #others .item.ads-stats .stats p {
        font-size: 16px;
        line-height: 23px;
    }
    #others .item.item.inj-survey {
        flex-wrap: wrap;
    }
    #others .item.item.inj-survey > div {
        width: 100%;
    }
    #others .item.inj-survey .content p, #others .item.inj-survey .survey .box p, #others .item.inj-survey .survey .box label {
        font-size: 17px;
        line-height: 22px;
    }

    #footer .logo img {
        max-height: 180px;
    }
    #footer .menu a {
        font-size: 17px;
        margin: 0 20px;
    }
    #footer .copyright p {
        font-size: 14px;
        line-height: 21px;
    }
    #footer .copyright p:first-of-type {
        font-size: 16px;
    }

    #page-content {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    #page-content h1.title, #page-content .comments .title {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 15px;
    }
    #page-content .font-size p, #page-content .content p, #page-content .content li {
        font-size: 17px;
        line-height: 26px;
    }
    #page-content .content p.bigger-text {
        font-size: 19px;
        line-height: 28px;
    }
    #page-content .content p.biggest-text {
        font-size: 21px;
        line-height: 30px;
    }
    #page-content .font-size p, #page-content .content p {
        margin-bottom: 0.7rem;
    }

    span.jump {
        width: 60px;
        height: 60px;
        bottom: 20px;
        right: 20px;
    }
}

@media (max-width: 575px) {
    #top .date p {
        font-size: 12px;
    }
    #top .social-media {
        top: -3px;
    }
    #top .social-media a {
        margin: 0 3px;
    }
    #top .social-media a img {
        max-width: 24px;
    }

    #header .logo img {
        max-height: 64px;
    }
    #header.sticky .logo img {
        max-height: 64px;
    }

    #nav {
        margin-right: 15px;
    }
    #nav.sticky {
        top: 66px;
    }
    #nav .navbar {
        margin-top: -73px;
        margin-left: auto;
    }
    #nav .navbar .navbar-toggler {
        width: 26px;
    }
    #nav .navbar .navbar-toggler span:nth-child(2), #nav .navbar .navbar-toggler span:nth-child(3) {
        top: 9px;
    }
    #nav .navbar .navbar-toggler span:nth-child(4) {
        top: 18px;
    }
    
    #hero .main a {
        height: 320px;
        padding-bottom: 35px;
    }
    #hero .main h2 {
        font-size: 18px;
        padding: 14px 15px;
    }

    #matches .headline .title, #trophies .headline .title {
        font-size: 18px;
        padding: 15px 0;
    }
    #matches .match .team img {
        max-height: 60px;
    }
    #matches .match .score {
        font-size: 30px;
        padding-top: 7px;
    }
    #matches .match .details p {
        font-size: 15px;
        line-height: 20px;
    }
    #matches .match .details p:first-of-type {
        font-size: 16px;
        margin-bottom: 8px;
    }

    #news .headline .title, #stats .box .title, #media .media h3, #others .item h3 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    #news .item .photo {
        height: 200px;
    }
    #news .item .content {
        padding: 12px 15px 15px 15px;
    }
    #news .item .content .details p, #others .item .content .details p {
        font-size: 13px;
    }
    #news .item .content .details p img, #others .item .content .details p img {
        max-height: 12px;
        padding-right: 3px;
    }
    #news .item .content .title, #others .item .content .title {
        font-size: 18px;
        padding-top: 10px;
    }
    #news .archive a {
        font-size: 15px;
        padding: 15px 0;
        margin-top: 15px;
    }

    #stats .box table thead th {
        font-size: 16px;
    }
    #stats .box table thead th:first-child {
        width: 40px;
    }
    #stats .box:first-child table thead th:nth-child(2) {
        width: 40px;
    }
    #stats .box table tbody td {
        height: 52px;
        font-size: 15px;
    }
    #stats .box .all, #trophies .all, #others .all {
        width: 220px;
        height: 46px;
        font-size: 15px;
        line-height: 44px;
        margin-top: 15px;
    }
    #stats .box.motm .top .player {
        height: 215px;
    }
    #stats .box.motm .top .score {
        background-size: 130px auto;
    }
    #stats .box.motm .top .score p {
        font-size: 50px;
    }
    #stats .box.motm .bottom {
        padding: 25px 0;
    }
    #stats .box.motm .bottom .name {
        font-size: 21px;
    }
    #stats .box.motm .bottom .team {
        font-size: 17px;
    }
    #stats .box.motm .bottom .details {
        padding-top: 15px;
    }
    #stats .box.motm .bottom .details p {
        font-size: 30px;
    }
    #stats .box.motm .bottom .details span {
        display: inline-block;
        font-size: 16px;
        line-height: 18px;
        padding-top: 5px;
    }

    #trophies {
        padding-bottom: 25px;
        margin-top: 25px;
    }
    #trophies .item .box img {
        max-height: 110px;
    }
    #trophies .item .box .value {
        font-size: 30px;
    }

    #media .media .item {
        padding: 12px;
        margin-top: 15px;
    }
    #media .media .item .box {
        height: 200px;
    }
    #media .media .item p {
        font-size: 15px;
        padding-top: 11px;
    }
    
    #others .item.ads-stats .ads .box a {
        width: 33.3333%;
    }
    #others .item.ads-stats .ads .box a:last-of-type {
        width: 100%;
    }
    #others .item.ads-stats .ads .box a > img {
        max-width: 94%;
    }
    #others .item.ads-stats .ads .box a:last-of-type > img {
        max-width: 100%;
    }
    #others .item.ads-stats .stats .box {
        padding: 15px 20px;
    }
    #others .item.ads-stats .stats p {
        font-size: 15px;
        line-height: 21px;
    }
    #others .item.archive .box a, #others .item.ads-stats .box, #others .item.inj-survey .box a, #others .item.inj-survey .survey .box {
        padding: 15px 20px;
    }
    #others .item.inj-survey .content p, #others .item.inj-survey .survey .box p, #others .item.inj-survey .survey .box label {
        font-size: 15px;
        line-height: 21px;
        padding-top: 6px;
    }

    #footer .container {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #footer .logo img {
        max-height: 110px;
    }
    #footer .menu {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    #footer .menu a {
        font-size: 15px;
        margin: 0 10px;
    }
    #footer .social-media a img {
        max-height: 28px;
    }
    #footer .copyright p {
        font-size: 13px;
        line-height: 17px;
    }
    #footer .copyright p:first-of-type {
        max-width: 260px;
        font-size: 14px;
        margin: 0 auto 0.5rem;
    }

    #page-content {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #page-content h1.title, #page-content .comments .title {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 10px;
    }
    #page-content .font-size {
        margin-bottom: 25px;
    }
    #page-content .font-size p, #page-content .content p, #page-content .content li {
        font-size: 16px;
        line-height: 24px;
    }
    #page-content .content p.bigger-text {
        font-size: 18px;
        line-height: 26px;
    }
    #page-content .content p.biggest-text {
        font-size: 20px;
        line-height: 28px;
    }
    #page-content .tags {
        padding-top: 20px;
    }
    #page-content .tags .tag a {
        font-size: 15px;
        padding: 8px 10px 9px 10px;
        margin: 0 5px 0 0;
    }
    #page-content .details p {
        font-size: 15px;
    }
    #page-content .comments textarea {
        height: 160px;
        font-size: 16px;
        line-height: 24px;
        padding: 15px;
    }
    #page-content .comments button {
        height: 42px;
        line-height: 40px;
        font-size: 16px;
        margin-top: 5px;
    }
    #page-content .comments .comment {
        padding-top: 20px;
    }
    #page-content .comments .comment .avatar {
        width: 55px;
        height: 55px;
    }
    #page-content .comments .comment .content {
        width: calc(100% - 55px);
        padding-left: 15px;
    }
    #page-content .comments .comment .content p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0.5rem;
    }

    span.jump {
        width: 50px;
        height: 50px;
    }
}