#view_feature {
    height: 850px;
    background: url(./../images/landing_03.jpg) center no-repeat;
}

.webp #view_feature {
    background: url(./../images/landing_03.webp) center no-repeat;
}

#view_feature h2,
#view_pokemon h2,
#view_trainer h2 {
    font-size: 0;
    width: 335px;
    height: 65px;
    background-image: url(./../images/head.png);
}

.webp #view_feature h2,
.webp #view_pokemon h2,
.webp #view_trainer h2 {
    background-image: url(./../images/head.webp);
}

#view_feature h2 {
    background-position: 0% 0%;
    transform: translateY(30px);
}

#swiper_feature {
    width: 100%;
    height: 680px;
}

#swiper_feature .swiper-slide,
#swiper_feature .swiper-slide p {
    width: 960px;
    height: 620px;
    font-size: 0;
}

#swiper_feature .feature-1 {
    background: url(./../images/feature_01.png) center no-repeat;
}

.webp #swiper_feature .feature-1 {
    background: url(./../images/feature_01.webp) center no-repeat;
}

#swiper_feature .feature-2 {
    background: url(./../images/feature_02.png) center no-repeat;
}

.webp #swiper_feature .feature-2 {
    background: url(./../images/feature_02.webp) center no-repeat;
}

#swiper_feature .feature-3 {
    background: url(./../images/feature_03.png) center no-repeat;
}

.webp #swiper_feature .feature-3 {
    background: url(./../images/feature_03.webp) center no-repeat;
}

#swiper_feature .feature-4 {
    background: url(./../images/feature_04.png) center no-repeat;
}

.webp #swiper_feature .feature-4 {
    background: url(./../images/feature_04.webp) center no-repeat;
}

#swiper_feature .feature-5 {
    background: url(./../images/feature_05.png) center no-repeat;
}

.webp #swiper_feature .feature-5 {
    background: url(./../images/feature_05.webp) center no-repeat;
}

#view_pokemon {
    height: 790px;
    background: url(./../images/landing_04.jpg) center no-repeat;
}

.webp #view_pokemon {
    background: url(./../images/landing_04.webp) center no-repeat;
}

#view_pokemon h2 {
    background-position: 0% 50%;
}

#swiper_pokemon,
#swiper_trainer {
    width: 100%;
    height: 480px;
}

#swiper_pokemon .swiper-slide,
#swiper_pokemon .swiper-slide a {
    width: 450px;
    height: 460px;
}

#swiper_pokemon .swiper-slide a {
    background-image: url(./../images/pokemon_card.png);
}

.webp #swiper_pokemon .swiper-slide a {
    background-image: url(./../images/pokemon_card.webp);
}

#swiper_pokemon .pokemon-1,
#swiper_trainer .trainer-1 {
    background-position: 0% 0%;
}

#swiper_pokemon .pokemon-2,
#swiper_trainer .trainer-2 {
    background-position: 100% 0;
}

#swiper_pokemon .pokemon-3,
#swiper_trainer .trainer-3 {
    background-position: 0% 33.33%;
}

#swiper_pokemon .pokemon-4,
#swiper_trainer .trainer-4 {
    background-position: 100% 33.33%;
}

#swiper_pokemon .pokemon-5,
#swiper_trainer .trainer-5 {
    background-position: 0% 66.66%;
}

#swiper_pokemon .pokemon-6,
#swiper_trainer .trainer-6 {
    background-position: 100% 66.66%;
}

#swiper_pokemon .pokemon-7,
#swiper_trainer .trainer-7 {
    background-position: 0% 100%;
}

#view_trainer {
    height: 790px;
    background: url(./../images/landing_05.jpg) center no-repeat;
}

.webp #view_trainer {
    background: url(./../images/landing_05.webp) center no-repeat;
}

#view_trainer h2 {
    background-position: 0% 100%;
}

#swiper_trainer .swiper-slide,
#swiper_trainer .swiper-slide a {
    width: 450px;
    height: 460px;
}

#swiper_trainer .swiper-slide a {
    background-image: url(./../images/trainer_card.png);
}

.webp #swiper_trainer .swiper-slide a {
    background-image: url(./../images/trainer_card.webp);
}

.swiper-button-prev,
.swiper-button-next {
    background-color: #ffcc33;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transform: translateX(-60%);
    transition: transform 300ms, background-color 200ms;
    border: 1px solid #ffff99;
    box-shadow: 0px 0px 5px #000000;
}

.swiper-button-next {
    transform: translateX(60%);
}

.swiper-button-prev:after,
.swiper-button-next:after {
    transform: translateX(120%);
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    transition: transform 150ms, color 200ms;
}

.swiper-button-next:after {
    transform: translateX(-120%);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #ffffff;
    transform: translateX(-55%);
}

.swiper-button-next:hover {
    transform: translateX(55%);
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
    transform: translateX(60%);
    color: #4a066d;
}

.swiper-button-next:hover:after {
    transform: translateX(-60%);
}

.swiper-button-prev.swiper-button-disabled {
    transform: translateX(-80%) scale(20%, 20%);
}

.swiper-button-next.swiper-button-disabled {
    transform: translateX(80%) scale(20%, 20%);
}

.swiper-slide a {
    display: block;
    font-size: 0;
    transform: scale(0.75);
    transition: transform 500ms, filter 300ms;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.swiper-slide a:hover {
    transform: scale(1);
    filter: contrast(1.2);
}

footer.pmapp {
    height: 700px;
    background: url(./../images/landing_06.jpg) center no-repeat;
}

.webp footer.pmapp {
    background: url(./../images/landing_06.webp) center no-repeat;
}

footer.pmapp h3 {
    font-size: 0;
    background: url(./../images/social_head.png) center no-repeat;
    background-size: contain;
    width: 100%;
    height: 450px;
}

.webp footer.pmapp h3 {
    background: url(./../images/social_head.webp) center no-repeat;
    background-size: contain;
}

footer.pmapp ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    max-width: 520px;
}

footer.pmapp ul a {
    width: 80px;
    height: 80px;
}

footer.pmapp ul a.fb-link {
    background-position: 0px 0px;
}

footer.pmapp ul a.fb-group-link {
    background-position: -80px 0px;
}

footer.pmapp ul a.dc-link {
    background-position: -320px 0px;
}

footer.pmapp ul a.yt-link {
    background-position: -160px 0px;
}

footer.pmapp ul a.ig-link {
    background-position: -240px 0px;
}

footer.pmapp p {
    text-align: center;
    font-size: 1.5em;
}

.mobile-only {
    display: none;
}

.lb-outerContainer {
    background: none !important;
}

.lightbox .lb-image {
    border: none !important;
}