@media only screen and (max-width:767px) {
    .toggleBar {
        display: block !important;
    }
    .footerContent {
        display: block;
    }
    .headerNav ul li a {
        color: #fff;
    }
    .swiper-slide.squad-item.swiper-slide-next {
        width: 100%!important;
    }
    .teamTab {
        margin-bottom: 30px;
    }
    .copyRight {
        text-align: center;
    }
    .footerLinks {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 0;
        padding-top: 10px;
    }
    .headerNav {
        display: block;
        position: absolute;
        overflow: hidden;
        width: 100%;
        background: #1B345E;
        top: 0;
        left: -100%;
        padding: 30px 30px 20px;
        height: 100vh;
        transition: 0.3s;
    }
    .closeNav {
        display: block;
        position: absolute;
        right: 20px;
        font-size: 60px;
        transform: rotate(45deg);
        top: -10px;
        cursor: pointer;
        z-index: 5;
        color: #fff;
        font-weight:100;
    }
    .headerNav ul {
        display: block;
    }
    .headerNav ul li {
        margin-bottom: 10px;
    }
    .headerNav ul li a {
        font-size: 22px;
    }

    .swiper-slide.squad-item.swiper-slide-active {
        width: 100%!important;
    }
    .teamPlayProfile .swiper-slide-active {
        width: 100%;
        flex-grow: 1;
        z-index: 2;
    }
    .teamPlayProfile .swiper-slide-active .player-wrap {
        display: flex;
        isolation: isolate;
    }
    .teamPlayProfile .swiper-slide-active .player-wrap::before {
        content: " ";
        width: 100%;
        height: 100%;
        z-index: -1;
        background-image: url(https://www.gujarattitansipl.com/static-assets/images/patterns/squad-listing-bg.png?v=4.20);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
        position: absolute;
        inset: 0;
    }
    .teamPlayProfile .swiper-slide-active .player-thumbnail {
        height: calc(100% - 6.4rem);
    }
    .teamPlayProfile .swiper-slide-active .player-thumbnail img {
        object-position: top center;
    }
    .teamPlayProfile .swiper-slide-active .player-content {
        position: unset;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 40px;
    }
    .doblename {
        font-size: 19px!important;
    }
    .teamPlayProfile .swiper-slide-active.squad-item::after {
        z-index: -1;
        background: linear-gradient(71.55deg, #f3d77c -2.42%, #e2c56f 18.81%, #b79952 47.18%, #d8bb69 73.91%, #f0d57a 88.2%, #d4b55e 98.68%);
    }
    .teamPlayProfile .swiper-slide-active .player-name {
        padding-inline: 0;
        flex-grow: 1;
    }
    .teamPlayProfile .swiper-slide-active .player-name .first-name {
        font-size: 25px;
        font-weight: 900;
    }
    .fixtureHeading h2 {
        font-size: 28px;
    }
    .teamPlayProfile .swiper-slide-active .player-name .last-name {
        font-size: 24px;
        font-weight: 900;
    }
    .teamPlayProfile .swiper-slide-active .player-stats-list {
        height: 6.4rem;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .teamPlayProfile .swiper-slide-active .player-name .name {
        color: #0b1c32;
    }
    .player-meta p {
        font-size: 15px;
    }
    .squad-listing .player-name {
        padding: 0;
    }
    .desktopBanner {
        display: none;
    }
    .mobileBanner {
        display: block;
    }
    p.player-stats-count {
        color: #fff;
    }
    p.player-stats-title {
        color: #fff;
    }
    .teamPlayProfile .player-stats-list .player-stats-item {
        flex-basis: 33%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }
    .swiper-slide-active .player-stats-list .player-stats-item:not(:nth-child(3)):after {
        background-color: #262626;
    }
    div#instagram-feed {
        gap: 12px;
        grid-template-columns: 31% 31% 31%;
    }
    div#instagram-feed a img {
        height: 104px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 90%;
    }
}