@media only screen and (max-width:1200px) {

	body.vn p {
		font-size: 50px;
	}

	body.bd p {
		font-size: 33px;
	}

	.wrapper {
		max-width: 1024px;
	}

	.content-box {
		left: -60px;
	}

	p {
		font-size: 50px;
	}

	button {
		width: 275px;
        height: 80px;
	}

	body.kr p, body.sc p {
		line-height: 55px;
	}

}

@media only screen and (max-width:1024px) {

	.big-text {
        font-size: 130px;
    }

	p {
		margin-top: 50px;
	}

	.wrapper {
		max-width: 768px;
	}

	body {
		font-family: 'Liquorstore-Italic';
		background-image: url(../img/bg-768.jpg);
		background-position: center -500px;
		background-repeat: no-repeat;
		height: 100%;
		background-size: 1024px;
	}

	.content-box {
		margin: 30px auto;
		left: 0px;
	}

	body.jp p {
		line-height: 50px;
	}

}

@media only screen and (max-width:768px) {

	.wrapper {
		max-width: 600px;
	}

	body {
		background-size: 768px;
		background-position: center -170px;
	}

	.content-box {
        margin: 40px auto;
    }

	body.kr p {
		margin-top: 15px;
	}

	body.sc p {
		margin-top: 60px;
	}

	body.jp p {
		line-height: 45px;
		font-size: 45px;
	}

	body.jp button {
		margin-top: 10px;
		font-size: 22px;
	}

}

@media only screen and (max-width:600px) {

	body.vn p {
		font-size: 40px;
	}

	body.sc p {
		margin-top: 65px;
	}

	body.bd .big-text, body.th .big-text, body.vn .big-text {
        font-size: 130px;
        line-height: 110px;
    }

	.wrapper {
		max-width: 480px;
	}

	button {
		width: 290px;
		height: 65px;
	}

	body.kr p, body.sc p {
    	line-height: 55px;
	}

	body.id p {
    	font-size: 31px;
	}

	body.bd p {
		font-size: 29px;
		line-height: 34px;
	}

	body {
		background-size: 600px;
		height: 100%;
		background-position: center -100px;
	}

	.content-box {
        width: unset;
		margin: 0px auto;
    }

	.content-box img {
		width: 300px;
		margin-top: 30px;
	}

	p {
        font-size: 40px;
		line-height: 100%;
    }

	button {
        width: 275px;
        height: 80px;
		font-size: 32px;
		margin-top: 30px;
    }

	body.kr p, body.sc p {
        line-height: 42px;
    }

	body.jp p {
        line-height: 35px;
        font-size: 35px;
    }

	body.jp button {
		height: 75px;
		margin-top: 15px;
		font-size: 22px;
		width: 250px;
	}

}

@media only screen and (max-width:480px) {

	.wrapper {
		max-width: 320px;
	}

	body.bd .big-text, body.th .big-text, body.vn .big-text {
        font-size: 90px;
        line-height: 85px;
    }

	button {
		font-size: 30px;
		width: 245px;
        height: 75px;
	}

	body.th p, body.vn p {
        font-size: 30px;
    }

	body.pk p {
        font-size: 34px;
    }

	body.bd p {
        font-size: 22px;
		line-height: 25px;
    }

	body.th button {
    	font-size: 28px;
	}

	body.vn button {
        font-size: 20px;
    }

	body.bd button, body.jp button {
		font-size: 20px;
	}

	.content-box img {
		margin-top: 45px;
	}

}