html {
   -webkit-text-size-adjust: none;
}
.video embed,
.video object,
.video iframe {
   width: 100%;
   height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	

	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	.advantages2 {background:#2b2b2b;}
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
	
}

@media only screen and (max-width: 767px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	.advantages2 {background:#2b2b2b;}
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */

	

	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	.advantages2 {background:#2b2b2b;}
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */

	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}

@media only screen and (max-width: 479px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	header .wrap-header h1 {color:#fff; font-size:20px; display:block; height:85px; line-height:30px; margin-left:0;}

	/* -------------------------------------------- */
	/* ------------------Content------------------- */

	.block01 .col-1-4 .wrap-col .links a {background:#f5d947; font-size:16px; color:#000; padding:10px; margin-bottom:10px;}
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */

	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}

