.container .redTxt {color:#c90015;}
.container > .banner {max-width: 1920px; width:100%; margin: 0 auto;}
.container > .banner > div {position: relative;}
.container > .banner > div > img {width:100%; }
.container > .banner > div > p, .container > .banner > div > span {position: absolute; color: #fff;}
.container > .banner > div > p {top: 2.5vw; left: 45%; font-size: 2.4vw;}
.container > .banner > div > p > span {font-size: 1.6vw;}


@media (min-width:1920px){
	.container > .banner > div > p {top: 46px; left: 45%; font-size: 48px;}
	.container > .banner > div > p > span {font-size: 30px;}
}

@media (max-width:850px){
	.container > .banner > div {display:flex; justify-content:center; align-items:center;}
	.container > .banner > div img {width:auto;}
	.container > .banner > div > p {display:none;}
}
