@media all{

header{
	background:rgba(10 30 50 / .6) !important;
}

.samplebook_item div a:nth-child(n+3) {
    width: 100%;
}

}

@media screen and (max-width:480px){
	
.slider > div > a > p {
	text-align:center !important;
}

h1 > span{
	display:block;
	font-size: .9em;
}

}