@media screen and (max-width: 1280px) {
    .pageWrap {
        width: calc(100% - 50px);
        margin: 0;
    }
    header ul {
        gap: 0 35px;
    }
}

@media screen and (max-width: 1024px) {
    .showsList > a {
        width: 200px;
        height: 285px;
    }
    .actorItem,
    .actorItem:nth-child(6n) {
        width: 23.5%;
        margin-right: 2%;
    }
    .actorItem:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 900px) {
    .showsList > a {
        width: 195px;
        height: 280px;
    }
    .postItem {
        width: 48.5%;
    }
    header ul {
        display: none;
    }
    .searchWrap {
        display: none;
    }
    .menuToggle {
        display: block;
        filter: brightness(5);
        opacity: .85;
    }
    footer ul {
        margin: 0;
        gap: 0 35px;
        width: 65%;
        justify-content: flex-end;
    }
    footer > a:last-of-type {
        margin-right: 0;
    }
    .bannerMain {
        height: 375px;
    }
    .slick-dots {
        bottom: 15px;
        gap: 0 20px;
    }
    .bannerItem .button {
        margin-bottom: 55px;
        margin-left: 30px;
        padding: 10px 15px;
        font-size: 18px;
    }
    .bannerTitle {
        margin: 0 0 20px 30px;
        font-size: 48px;
    }
    .seasonsList .showsList > a,
    .seasonsList .showsList > a:nth-child(4n) {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 40px;
    }
    .seasonsList .showsList > a:nth-child(3n) {
        margin-right: 0;
    }
    .sidebar {
        display: none;
    }
    header {
        padding: 20px 0 20px;
    }
    .logo {
        width: 150px;
    }
    .mmWrap .logo {
        margin-top: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .pwbContent {
        width: 100%;
    }
}

@media screen and (max-width: 780px) {
    .showsList > a {
        width: 32%;
        height: auto;
        aspect-ratio: 1 / 1.45;
    }
}

@media screen and (max-width: 680px) {
    footer {
        flex-direction: column;
        align-items: center;
    }
    footer ul {
        flex-direction: column;
        align-items: center;
        gap: 15px 0;
    }
    footer > p {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    footer > a:last-of-type {
        display: block;
        text-align: center;
        margin: 15px 0 20px;
    }
    .sspImage {
        width: 100%;
        margin-right: 0;
    }
    .singleShowPage {
        flex-wrap: wrap;
    }
    .sspContent {
        width: 100%;
        margin-top: 25px;
    }
    .galleryList a,
    .galleryList a:nth-child(4n) {
        width: 49%;
        margin-right: 2%;
    }
    .galleryList a:nth-child(2n) {
        margin-right: 0;
    }
    .actorItem,
    .actorItem:nth-child(6n),
    .actorItem:nth-child(4n),
    .seasonsList .showsList > a,
    .seasonsList .showsList > a:nth-child(3n) {
        width: 49%;
        margin-right: 2%;
    }
    .actorItem:nth-child(2n),
    .seasonsList .showsList > a:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .bannerItem {
        background: var(--mobile) !important;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }
    .bannerMain {
        height: 500px;
    }
    .pageWrap {
        width: calc(100% - 30px);
        margin: 0;
        padding: 0 15px;
    }
    .bannerItem .button {
        margin: 0 auto 60px;
    }
    .bannerTitle {
        margin: 0 20px 5px;
        text-align: center;
    }
    .showsList > a {
        width: 49%;
    }
    .postItem {
        width: 100%;
    }
    header {
        -moz-box-shadow: 0px -17px 10px 18px rgba(0, 0, 0, 0.21);
        -webkit-box-shadow: 0px -17px 10px 18px rgba(0, 0, 0, 0.21);
        box-shadow: 0px -17px 10px 18px rgba(0, 0, 0, 0.21);
        margin: 0 -15px 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .podborList > a {
        font-size: 14px;
        margin: 0 10px 10px 0;
    }
    .podborList + .podborList {
        margin-top: 15px;
    }
}

@media screen and (max-width: 420px) {
    .seasonsList .showsList > a .button {
        bottom: -45px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 1024px) {}