/* plugin css */
.head__custom_header img{
	width: 100%;
	object-fit: cover;
}
@media screen and (max-width: 500px){
.wp-custom-header{
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.head__custom_header img{
	width: 100%;
	height: 100%;
}
}