
body.cw-seed.cw-unified .swimlanes h3 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

body.cw-unified section.show-tiles.cwtv-c-1 #show-tiles-promoted-wrapper h3,
body.cw-unified section.swimlanes.hub-series-screen .swimlane h3,
body.cw-unified section.swimlanes.hub-movies-screen .swimlane h3 {
    font-size: 28px;
}

.swimlane,
.swimlane-wrap {
    overflow: visible;
    position: relative;
    z-index: 1;
}
.swimlane h3 {
    font-size: 50px;
    font-weight: 400;
    color: #fff;
    margin: 10px 0 2px 0;
}
.swimlane-wrap ul {
    margin: 8px 0 8px 1px;
    padding: 1px 0 0 1px;
}
.swimlane-wrap ul li {
    display: inline-block;
}
.swimlane-wrap ul li img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.swimlane-wrap.show li {
    width: 150px;
    height: auto;
}
.swimlane-wrap.video ul {
    height: auto;
}
.swimlane-wrap.video li {
    width: 200px;
    height: auto;
}
.swiper-button-next,
.swiper-button-prev {
    top: 47%;
    color: #fff;
}
.swiper-button-prev {
    left: -40px;
}
.swiper-button-next {
    right: -40px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.swiper {
    z-index: 1;
}
.swiper.exiting {
    overflow: visible;
    z-index: 99999;
}

.swimlane-item {
    transition: transform 0.1s ease-in-out;
}
.swimlane-item.zoom:focus,
.swimlane-item.zoom:hover {
    transform: scale(1.02);
}
.swimlane-item.exiting {
    transform: scale(5,5);
    z-index: 99999;
}
.swimlane-item .swimlane-item-overlay {
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 6px;
}
.swimlane-wrap.video .swimlane-item-overlay {
    background: transparent url(/images/r12/video-thumb-play.png) no-repeat 0 0;
    background-size: auto;
    background-position: center;
}
.swimlane-item a {
    position: relative;
    display: block;
    text-decoration: none;
}
.swimlane-item .thumb-wrap {
    position: relative;
    display: flex;
}
.swimlane-item a:focus .thumb-wrap .swimlane-item-overlay,
.swimlane-item a:hover .thumb-wrap .swimlane-item-overlay {
    background-color: #b9b7b74a;
}
.swimlane-item p {
    color: #a7a7a7;
    margin: 6px 0 0 0;
    line-height: 110%;
}
.swimlane-item a:focus p,
.swimlane-item a:hover p {
    color: #fff;
}

@media screen and (max-width:768px) {
    body.cw-seed.cw-unified .swimlanes h3 {
        font-size: 24px;
    }
}
@media screen and (max-width:480px) {

    body.cw-unified .seed-message {
        min-height: none;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    body.cw-unified section.swimlanes .swimlane h3 {
        font-size: 30px;
    }
    body.cw-seed.cw-unified .swimlanes h3 {
        font-size: 16px;
    }
    body.cw-unified section.swimlanes #swimlane-1 .swimlane-wrap,
    body.cw-unified section.swimlanes .swimlane-wrap {
        width: 96%;
        margin: 2% !important;
    }
    body.cw-unified section.swimlanes .swiper-button-prev,
    body.cw-unified section.swimlanes .swiper-button-next {
        display: none !important;
    }
    body.cw-unified .swimlane-wrap.show li {
        width: 31.2%;
        height: auto;
    }

}

