
.inner750{
	width:100%;
	max-width: 750px;
	display: block;
	margin: auto;

	img{
		width: 100%;
		margin-bottom:-2px;
	}
}

.padd{
	padding:0px 4%;
}

.nayami__box {
  position: relative;
}

.nayami__box {
  width: 100%;
  /*     height: 12em; */
}

.twentytwenty-overlay:hover {
  background: none!important;
}

.twentytwenty-before-label{display:none}
.twentytwenty-after-label{display:none}




video{
	width: 100%;
}

.movie-shampoo{
	background: #dce9f1;
	display: flex;
  justify-content: center;
  padding: 20px;

}


.movie-hair{
	background: #e6e6e4;
	display: flex;
  justify-content: center;
  padding: 20px;
}



footer{
	margin-top:40px;
	background: #000;
	padding:2%;
	color:#fff;
	text-align: center;

	a{
		color:#fff;
		text-decoration: underline;
	}
	a:hover{
		color:#fff;
		text-decoration: none;

	}

	ul.foot_link li{
		line-height: 2.0;
	}

	p.copyright{
		margin-top: 16px;
	}
}


