.splatoon-landing-page {
	-webkit-background-size: 10%;
	-moz-background-size: 10%;
	-o-background-size: 10%;
	background-size: 10%;
	position: relative;
	overflow-x: hidden;
	background: url("../../assets/splatoon_3/img/Splatoon3_BG_OctoSquid.jpg") repeat;
}

.splatoon-landing-page .container-fluid {
    margin-right: 0px;
    margin-left: 0px;
}

.splatoon-landing-page .inner-page {
	box-shadow: 0 0 12px 15px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 12px 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 12px 15px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 12px 15px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 12px 15px rgba(0,0,0,0.2);
	overflow: hidden;
	padding: 0;
	background: url("../../assets/splatoon_3/img/Splatoon3_BG_LightGrey.jpg") repeat;
}

.splatoon-landing-page .infobox-pegi {
	position: absolute;
    bottom: 80px;
    width: 5%;
    left: 120px;
}


.splatoon-landing-page .infobox-buy {
	position: absolute;
    bottom: 80px;
    right: 80px;
}

.splatoon-landing-page .video-styles {
	border: .5em solid black;
}

.splatoon-landing-page .get_date {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 3em;
	background: url("../../assets/splatoon_3/img/highlited.png") no-repeat;
	background-size: 100% 100%;
	bottom: 50px;
	height: auto;
}

.splatoon-landing-page .get_date h2 {
	transform: rotate(2deg);
	
}


.splatoon-landing-page .video-bg {
	position: relative;
	background: linear-gradient(
          rgba(0, 0, 0, 1), 
          rgba(0, 0, 0, 1)
        );
}

.splatoon-landing-page .video-bg h1{
    font-size: 8em;
    letter-spacing: 0.03em;
}


.splatoon-landing-page .video-bg h3{
    line-height: 1.5em;
}

.splatoon-landing-page video {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	opacity: .3;
	-webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.6979166666666667) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 72%, rgba(0,0,0,0));
  	-webkit-mask-size: linear-gradient(180deg, rgba(0,0,0,0.6979166666666667) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 72%, rgba(0,0,0,0));
	mask-image: linear-gradient(180deg, rgba(0,0,0,0.6979166666666667) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 72%, rgba(0,0,0,0));
}

.splatoon-landing-page .bankara {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: url('../../assets/splatoon_3/img/bankara-bg.jpg');
	background-size: cover;
	width: 100%;
	height: auto;
	margin: 0;
}

.splatoon-landing-page .bankara-headline {
	position: relative;
	background: url('../../assets/splatoon_3/img/bankara-title.png');
	background-size: 100% 100%;
	padding: 2em 0 2em 0;
	width: 50%;
	top: 50px;
	right: 100px;
	text-align: center;
	transform: rotate(-10deg);
	height: auto;
}

.splatoon-landing-page .spl_3_slider_wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 60%;
}

.splatoon-landing-page .spl_3_nav_btn {
	bottom: 50%;
}

#spl_3_next {
	left: 105%;
}

#spl_3_prev {
	left: -10%;
}

#spl_3_next,
#spl_3_prev,
#spl_3_next2,
#spl_3_prev2 {
  cursor: pointer;
  width: 60px;
  height: auto;
  z-index: 3;
 
}

#spl_3_next,
#spl_3_next2 {
  animation: splatoon_button_next 1.2s infinite;
}

@keyframes splatoon_button_next {
	0%   {transform: translateX(0) scale(1, 1);}
	55%  {transform: translateX(12px) scale(1, 1.1);}
	60%  {transform: translateX(12px) scale(1, 1);}
	85% {transform: translateX(0px) scale(1, 1);}
	100% {transform: translateX(0px) scale(1, 1);}
}

#spl_3_prev,
#spl_3_prev2 {
	animation: splatoon_button_prev 1.2s infinite;
  }
  
  @keyframes splatoon_button_prev {
	  0%   {transform: translateX(0) scale(1, 1);}
	  55%  {transform: translateX(-12px) scale(1, 1.1);}
	  60%  {transform: translateX(-12px) scale(1, 1);}
	  85% {transform: translateX(0px) scale(1, 1);}
	  100% {transform: translateX(0px) scale(1, 1);}
	}

#spl_3_next img,
#spl_3_prev img,
#spl_3_next2 img,
#spl_3_prev2 img {
  width: 100%;
  height: auto;
}



.splatoon-landing-page .spl_3_slider_main {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	height: 100%;
	gap: 1%;
}

.splatoon-landing-page .spl_3_slider_screen {
	width: 100%;
	overflow: hidden;
}

.splatoon-landing-page .spl_3_slider_ribbon {
	position: relative;
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 100%;
	gap: 1%;
	height: 100%;
	transition: all 0s ;
}

.splatoon-landing-page .bankara .spl_3_deco_yellow {
	position: absolute;
	width: 25%;
	height: 50%;
	left: -40%;
	background: url('../../assets/splatoon_3/img/yellow_ink.png');
	background-size: 100% 100%;
}

.splatoon-landing-page .bankara .spl_3_deco_yellow_sm {
	position: absolute;
	width: 20%;
	height: 25%;
	left: -20%;
	bottom: 90%;
	background: url('../../assets/splatoon_3/img/yellow_ink_sm.png');
	background-size: 100% 100%;
}

.splatoon-landing-page .bankara .text-div {
	max-width: 690px;
	padding: 1em 1em 1em 4em;
	margin: 2em 0 0 0;
	transform: rotate(10deg);
	background: url('../../assets/splatoon_3/img/bankara-title-sub.png');
	background-size: cover;
	z-index: 10;
}

.splatoon-landing-page .battle-section-wrapper {
	position: relative;
	width: 100%;
}

.splatoon-landing-page .battle-section-wrapper img {
	position: relative;
	/* bottom: 25px; */
	width: 100%;
	min-height: 50px;
}

.splatoon-landing-page .battle-danger-ribbon1 {
	transform: rotate(-2deg) scale(1.1, 1);
}

.splatoon-landing-page .battle-danger-ribbon3 {
	transform: rotate(5deg) scale(1.1, 1) translateY(-50%);
}

.splatoon-landing-page .battle-headline {
	position: relative;
	padding: 1em 0 4em 0;
	width: 100%;
	text-align: center;
	height: auto;
}

.splatoon-landing-page .battle-characters {
	position: relative;
	z-index: 0;
}

.splatoon-landing-page .battle-characters .col-md-12 img {
	position: relative;
	bottom: 180px;
	z-index: 0;
	min-width: 300px;
}

 .splatoon-landing-page .battle-characters .spl_3_deco_yellow_sm {
	position: absolute;
	content: '';
	width: 20%;
	height: 25%;
	left: 10%;
	bottom: 10%;
	transform: scale(-1);
	background: url('../../assets/splatoon_3/img/yellow_ink_sm.png');
	background-size: 100% 100%;
	z-index: -1;
}

.splatoon-landing-page .battle-characters .spl_3_deco_purple_sm {
	position: absolute;
	content: '';
	width: 20%;
	height: 25%;
	left: 70%;
	bottom: 100%;
	transform: scale(-1);
	background: url('../../assets/splatoon_3/img/purple_ink_sm.png');
	background-size: 100% 100%;
	z-index: -1;
} 


.splatoon-landing-page .splat-or-spaltted  {
	position: relative;
	padding: 2em;
	background: url('../../assets/splatoon_3/img/CI_NSwitch_Splatoon3_BlueBackground.jpg') repeat;
	padding-bottom: 4em;
}

.splatoon-landing-page .splat-or-spaltted .row {
	z-index: 10;
}

.splatoon-landing-page .deco-splashes  {
	position: relative;
	z-index: 0;
	
}

.splatoon-landing-page .deco-splashes::before  {
	position: absolute;
	content: '';
	background: url('../../assets/splatoon_3/img/yellow_ink_sm.png') no-repeat;
	left: 50%;
	width: 50%;
	height: 50%;
}


.splatoon-landing-page .deco-splashes::after  {
	position: absolute;
	content: '';
	background: url('../../assets/splatoon_3/img/yellow_ink.png') no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	top: 20%;
	width: 90%;
	height: 100%;
	z-index: -1;
}

.splatoon-landing-page .spl_3-blue-border {
	position: relative;
}

.splatoon-landing-page .spl_3-yellow-border {
	position: relative;
} 

.splatoon-landing-page .spl_3-blue-border img {
	position: absolute;
	bottom: 45%;
	left: 50%;
	transform: scale(1, 1) translateX(-40%);
}

.splatoon-landing-page .spl_3-yellow-border img {
	position: absolute;
	bottom: 48%;
	left: 0;
	transform: scale(1.1, 1) translateY(5%);
	z-index: 0;
}


.splatoon-landing-page .splat-or-spaltted .splat-or-spaltted-img {
	position: relative;
	bottom: 100px;
}



.splatoon-landing-page .spl_3_overflow_slider_wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	z-index: 10;
}


.splatoon-landing-page .spl_3_overflow_slider_main {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	height: 100%;
	gap: 1%;
	-webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 14%, rgba(0,0,0,1) 83%, rgba(0,0,0,0) 100%);
  	mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 14%, rgba(0,0,0,1) 83%, rgba(0,0,0,0) 100%);
	overflow: hidden; 
  }
  
.splatoon-landing-page .spl_3_overflow_slider_screen {
	width: 50%;

}

.splatoon-landing-page .spl_3_overflow_slider_ribbon {
	position: relative;
	display: flex;
	justify-content: flex-start;
	gap: 10%;
	height: 100%;
	transform: translateX(-186%);
	transition: all 0.5s ;
}

.splatoon-landing-page .spl_3_slide {
	flex-basis: 100%;
	flex-shrink: 0;
}


.splatoon-landing-page .spl_overflow_3_nav_btn {
	position: relative;
	height: fit-content;
	left: 17%;
}




.splatoon-landing-page .spl_3_slide_text {
	background: url('../../assets/splatoon_3/img/Splatoon3_Overview_Splatted_Carousel_Text_Black_Bottom.png') no-repeat;
	background-size:100% 100%;
}

.splatoon-landing-page .spl_3_slide_headline {
	background-color: #191919;
	background: url('../../assets/splatoon_3/img/Splatoon3_Overview_Splatted_Carousel_Text_Black_Top.png') no-repeat;
	background-size: 100% 100%;
}


.splatoon-landing-page .battle-section-wrapper .battle-text {
	position: relative;
	background: url('../../assets/splatoon_3/img/bankara-title.png');
	background-size: 100% 100%;
	padding: .5em 3em .5em 3em;
	max-width: 600px;
	bottom: 150px;
	left: 50%;
	transform: translateX(-50%) rotate(-4deg);
	text-align: center;
}


.splatoon-landing-page .more-ways-to-play {
	position: relative;
	background: url('../../assets/splatoon_3/img/CI_NSwitch_Splatoon3_YellowBackground.jpg') repeat;
}

.splatoon-landing-page .more-ways-to-play div:nth-child(3) img {
	position: absolute;
	top: 40%;
	left: 0;
	transform: scale(-1.1, -1);
	z-index: 3;
}

.splatoon-landing-page .more-ways-to-play-cards {
	position: relative;
	background: url('../../assets/splatoon_3/img/CI_NSwitch_Splatoon3_MammalianBackground.jpg') repeat;
	padding-top: 7em;
}

.splatoon-landing-page .border-white {
	border: 5px solid white;
}

.splatoon-landing-page .more-ways-to-play-cards div {
	margin-bottom: 2em;
}

.splatoon-landing-page .deco-splashes-purple {
	position: relative;
	z-index: 0;
}
.splatoon-landing-page .spl_3-black-border {
	position: relative;
}
.splatoon-landing-page .spl_3-black-border img {
	position: absolute;
	margin-bottom: 2em;
	left: 0;
	transform: scale(1, -1);
}

.splatoon-landing-page .show-colors {
	background: url('../../assets/splatoon_3/img/Splatoon3_BG_LightGrey.jpg') repeat;
	padding-top: 4em;

	padding-bottom: 4em;
}

.splatoon-landing-page .show-colors div:nth-child(1) {
	position: relative;
}

.splatoon-landing-page .show-colors .row .squid {
	position: absolute;
	left: 60%;
	top: -50%;
	transform: rotate(-13deg);
}

.splatoon-landing-page .nintendo-switch-online-amiibo {
	position: relative;
}

.splatoon-landing-page .nintendo-switch-online-amiibo .NSO-logo {
	position: absolute;
	width: 40%;
	left: 50%;
	transform: translate(-50%);
	top: 50px;
	z-index: 2;
}

.splatoon-landing-page .nintendo-switch-online-amiibo .NSO-logo img {
	width: 100%;
	height: auto;
}

.splatoon-landing-page .nintendo-switch-online-amiibo .NSO-text {
	position: relative;
	background: #191919;
	width: 90%;
	margin: 0 auto;
	padding: 4em;
	border-radius: 50px;
	z-index: 1;
}

.splatoon-landing-page .nintendo-switch-online-amiibo .NSO-text .list-item {
	position: relative;
	left: 26px;
}

.splatoon-landing-page .nintendo-switch-online-amiibo .NSO-text .list-item::before {
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	background: url("../../assets/splatoon_3/img/yellow_ink_sm.png") no-repeat;
	background-size: 100% 100%;
	left: -4%;
}


.splatoon-landing-page .bankara .text-div p {
	padding: 0;
	margin: 0;
}

.splatoon-landing-page .yellow {
	color: #EAFE02;
}

.splatoon-landing-page .purple {
	color: #5028DE;
}

.splatoon-landing-page .salmony {
	color: #ED964D;
}

.splatoon-landing-page .red {
	color: #E8555B;
}



.splatoon-landing-page h2,
.splatoon-landing-page h1 {
	font-size: 4em;
	font-family: 'Paytone One', sans-serif;
	line-height: 1.3em;
}

.splatoon-landing-page h3 {
	font-size: 3em;
	font-family: 'Paytone One', sans-serif;
	letter-spacing: 0.05em;
}

.splatoon-landing-page p {
	font-size: 1.5em;
	font-family: 'Capriola', sans-serif;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}

@media (max-width: 1199px) {
    .splatoon-landing-page .video-bg h1{
        font-size: 6em;
        letter-spacing: 0.03em;
    }

	.splatoon-landing-page .more-ways-to-play-cards img {
		position: relative;
		top: 50px;
	}
}

@media (max-width: 991px) {
	.splatoon-landing-page .deco-splashes  {
		display: none;
	}
	
	.splatoon-landing-page .nintendo-switch-online-amiibo .NSO-text .list-item::before {
		position: absolute;
		content: '';
		width: 30px;
		height: 30px;
		background: url("../../assets/splatoon_3/img/yellow_ink_sm.png") no-repeat;
		background-size: 100% 100%;
		left: -6%;
	}

	.splatoon-landing-page h3 {
		font-size: 1.5em;
	}

	.splatoon-landing-page .more-ways-to-play-cards img {
		position: relative;
		top: 0px;
		left: 50%;
		transform: translateX(-50%);
	}
	.splatoon-landing-page .show-colors-cards div:nth-child(1) {
		flex-direction: column;
		text-align: center;
	}

	.splatoon-landing-page .show-colors-cards div:nth-child(2) {
		flex-direction: column-reverse;
		text-align: center;
	}

	

	.splatoon-landing-page .more-ways-to-play-cards {
		text-align: center;
	}

	.splatoon-landing-page .more-ways-to-play-cards div:nth-child(2) {
		flex-direction: column-reverse;
	}

	.splatoon-landing-page .splatted-squid {
		display: none;
	}

	
}

@media (max-width: 764px) {
	.splatoon-landing-page .infobox-pegi {
		position: absolute;
		bottom: 75px;
		width: 10%;
		left: 25px;
	}
	.splatoon-landing-page .infobox-buy {
		position: absolute;
		bottom: 40px;
		right: 20px;
	}
	.splatoon-landing-page .get_date {
		text-align: center;
		padding: 2em;
	}

	.splatoon-landing-page .spl_3_slider_wrapper {
		position: relative;
		display: flex;
		flex-direction: column;
		width: 95%;
	}

	.splatoon-landing-page .battle-characters .col-md-12 img {
		position: relative;
		bottom: 120px;
		z-index: 0;
		min-width: 300px;
	}

	.splatoon-landing-page .nintendo-switch-online-amiibo .NSO-text .list-item::before {
		position: absolute;
		content: '';
		width: 30px;
		height: 30px;
		background: url("../../assets/splatoon_3/img/yellow_ink_sm.png") no-repeat;
		background-size: 100% 100%;
		left: -9%;
	}

	.splatoon-landing-page .display-none-768px {
		display: none;
	}

	.splatoon-landing-page .spl_3_overflow_slider_wrapper {
		position: relative;
		display: flex;
		flex-direction: column;
		width: 100%;
		z-index: 10;
	}
	
	
	.splatoon-landing-page .spl_3_overflow_slider_main {
		display: flex;
		flex-direction: row;
		align-items: center;
		width: 100%;
		height: 100%;
		gap: 1%;
		-webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 14%, rgba(0,0,0,1) 83%, rgba(0,0,0,0) 100%);
		  mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 14%, rgba(0,0,0,1) 83%, rgba(0,0,0,0) 100%);
		overflow: hidden; 
	  }
	  
	.splatoon-landing-page .spl_3_overflow_slider_screen {
		width: 50%;
	
	}
	
	.splatoon-landing-page .spl_3_overflow_slider_ribbon {
		position: relative;
		display: flex;
		justify-content: flex-start;
		gap: 10%;
		height: 100%;
		transform: translateX(-186%);
		transition: all 0.5s ;
	}
	
	.splatoon-landing-page .spl_3_slide {
		flex-basis: 100%;
		flex-shrink: 0;
	}
	
	
	.splatoon-landing-page .spl_overflow_3_nav_btn {
		position: relative;
		height: fit-content;
		left: 17%;
	}

	
	.splatoon-landing-page .spl_3_slide_text,
	.splatoon-landing-page .spl_3_slide_headline {
		background: #191919;
		
	}

	.splatoon-landing-page .spl_3_slide_headline {
		border-top-right-radius: 25px;
		border-top-left-radius: 25px;
	}

	.splatoon-landing-page .spl_3_slide_text {
		border-bottom-right-radius: 25px;
		border-bottom-left-radius: 25px;
	}

	.splatoon-landing-page .spl_3-blue-border img {
		position: absolute;
		width: 100%;
		bottom: 80%;
		left: 50%;
		transform: scale(1.5, 1.1) translate(-20%, -29%);
	}
	
	.splatoon-landing-page .spl_3-yellow-border img {
		position: absolute;
		bottom: 48%;
		left: 0;
		transform: scale(1.1, 1) translateY(5%);
		z-index: 0;
	}

	.splatoon-landing-page h1{
		text-align: center;
		font-size: 3em;
	}
	
	.splatoon-landing-page h2 {
		font-size: 3em;
	}

	.splatoon-landing-page p {
		font-size: 1.5em;
	}

}

@media (max-width: 460px) {
    .splatoon-landing-page .video-bg h1{
        font-size: 4em;
    }
	.splatoon-landing-page .infobox-pegi {
		position: absolute;
		bottom: 115px;
		width: 10%;
		left: 25px;
	}


	.splatoon-landing-page .infobox-buy {
		position: absolute;
		bottom: 40px;
		right: 20px;
	}
	.splatoon-landing-page .get_date {
		padding: 1em;
	}
	
	.splatoon-landing-page .get_date h2 {
		transform: rotate(3deg);
	}

	.splatoon-landing-page .bankara-headline {
		position: relative;
		background: url('../../assets/splatoon_3/img/bankara-title.png');
		background-size: 100% 100%;
		padding: 1em 1em 1em 1em;
		width: 80%;
		top: 20px;
		right: 30px;
		/* left: 25px; */
		text-align: center;
		transform: rotate(-10deg);
		height: auto;
	}

	.splatoon-landing-page .spl_3_slider_wrapper {
		position: relative;
		display: flex;
		flex-direction: column;
		width: 95%;
	}

	#spl_3_next,
	#spl_3_prev,
	#spl_3_next2,
	#spl_3_prev2 {
		cursor: pointer;
		width: 30px;
		height: auto;
		z-index: 3;
	}

	@keyframes splatoon_button_prev {
		0%   {transform: translateX(0) scale(1, 1);}
		55%  {transform: translateX(-3px) scale(1, 1.1);}
		60%  {transform: translateX(-3px) scale(1, 1);}
		85% {transform: translateX(0px) scale(1, 1);}
		100% {transform: translateX(0px) scale(1, 1);}
	  }

	  @keyframes splatoon_button_next {
		0%   {transform: translateX(0) scale(1, 1);}
		55%  {transform: translateX(3px) scale(1, 1.1);}
		60%  {transform: translateX(3px) scale(1, 1);}
		85% {transform: translateX(0px) scale(1, 1);}
		100% {transform: translateX(0px) scale(1, 1);}
	  }
	.splatoon-landing-page .nintendo-switch-online-amiibo .NSO-text {
		position: relative;
		background: #191919;
		width: 90%;
		margin: 0 auto;
		padding: 2em;
		border-radius: 50px;
		z-index: 1;
	}

	.splatoon-landing-page .nintendo-switch-online-amiibo .NSO-logo {
		position: absolute;
		width: 40%;
		min-width: 150px;
		left: 50%;
		transform: translate(-50%);
		top: 25px;
		z-index: 2;
	}
	
	.splatoon-landing-page .nintendo-switch-online-amiibo .NSO-logo img {
		width: 100%;
		height: auto;
	}

	.splatoon-landing-page .nintendo-switch-online-amiibo .NSO-text .list-item {
		left: 15px;
	}

	.splatoon-landing-page .nintendo-switch-online-amiibo .NSO-text .list-item::before {
		position: absolute;
		content: '';
		width: 20px;
		height: 20px;
		background: url("../../assets/splatoon_3/img/yellow_ink_sm.png") no-repeat;
		background-size: 100% 100%;
		left: -9%;
	}

	.splatoon-landing-page h2 {
		font-size: 2em;
		margin: 0;
	}

	.splatoon-landing-page p {
		font-size: 1.2em;
	}
}

@media (max-width: 350px) {
    
    .splatoon-landing-page .video-bg h1{
        font-size: 3em;
    }

	.splatoon-landing-page p {
		font-size: 1em;
	}
	.splatoon-landing-page .bankara-headline {
		position: relative;
		background: url('../../assets/splatoon_3/img/bankara-title.png');
		background-size: 100% 100%;
		padding: 1em 1em 1em 1em;
		width: 80%;
		top: 20px;
		right: 20px;
		text-align: center;
		transform: rotate(-10deg);
		height: auto;
	}

	
	.splatoon-landing-page .splat-or-spaltted  {
		position: relative;
		padding: 2em;
		background: url('../../assets/splatoon_3/img/CI_NSwitch_Splatoon3_BlueBackground.jpg') repeat;
		background-size: 50%;
		padding-bottom: 4em;
	}


	.splatoon-landing-page .splat-or-spaltted h3 {
		font-size: 1.1em;
	}

	.splatoon-landing-page .splat-or-spaltted p {
		font-size: .7em;
	}

	
	.splatoon-landing-page .spl_3-blue-border img {
		position: absolute;
		width: 100%;
		bottom: 80%;
		left: 50%;
		transform: scale(1.5, 1.5) translate(-20%, -50%);
	}

	.splatoon-landing-page .more-ways-to-play {
		position: relative;
		background: url('../../assets/splatoon_3/img/CI_NSwitch_Splatoon3_YellowBackground.jpg') repeat;
		background-size: 50%;
	}

	.splatoon-landing-page .more-ways-to-play div:nth-child(3) img {
		position: absolute;
		width: 100%;
		bottom: 80%;
		left: 50%;
		transform: scale(-1.9, -1.5)  translateX(20%);
	}

	.splatoon-landing-page .spl_3-yellow-border img {
		position: absolute;
		width: 100%;
		bottom: 80%;
		left: 50%;
		transform: scale(1.9, 1.5) translate(-20%, -10%);
	}

		
	.splatoon-landing-page .battle-characters .col-md-12 img {
		bottom : 50px;
	}
	.splatoon-landing-page .nintendo-switch-online-amiibo .NSO-text .list-item::before {
		position: absolute;
		content: '';
		width: 20px;
		height: 20px;
		background: url("../../assets/splatoon_3/img/yellow_ink_sm.png") no-repeat;
		background-size: 100% 100%;
		left: -13%;
	}

	.splatoon-landing-page .battle-section-wrapper .battle-text {
		position: relative;
		background: url('../../assets/splatoon_3/img/bankara-title.png');
		background-size: 100% 100%;
		padding: .5em 2em .5em 2em;
		width: 100%;
		bottom: 50px;
		left: 50%;
		transform: translateX(-50%) rotate(-4deg);
		text-align: center;
		/* height: auto; */
	}
}

