@media only screen and (max-width: 764px) {
	.searchB {
		display: block;
		position: relative;
		/*top: 250px;*/
	}
	
	.searchInnerBgB {
		/*background-color: #ffffff80;*/
		background-color: rgba(255, 255, 255, 0.0);
		height: 100%;
	}
	
	.wrapperSearchB {
		width: calc(100% - 50px);
	}
	.headerShadowB {
		-webkit-box-shadow: 0 0 0 0;
		box-shadow: 0 0 0 0;
	}
	.mainImgText {
		/*display: none;*/
	}
}