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

#rs{
	opacity: 0%;
}

figure img{
	height: 400px;
}

figcaption{
	font-size: 20px;
}

.logoindexresponsive{
	width: 50px;
	margin-left: 46%;
	margin-top: 30px;
}

.bannerindexresponsive{
	width: 0%;
}

#onglets a{
	opacity: 0%;
	font-size: 0px;
}

#menuresponsive{
	text-align: center;
	margin-top: 45px;
}

#menuresponsive a{
	opacity: 100%;
	font-family: 'Kanit';
	text-decoration: none;
	color: black;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	background: #030a148f;
	border-radius: 5px;
}

#textpresa p{
	margin-top: 100px;
	font-size: 20px;
}

.soontag{
	color: white;
	font-family: 'Kanit';
	font-weight: bold;
	margin-right: 10px;
	font-size: 15px;
	background: red;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px;
}

}