/*.wp-block-cover-alt .wp-block-columns {
	flex-direction: row;
}*/
.wp-block-cover-alt .wp-block-columns .wp-block-column:last-child{
	margin-right: 0;
	max-width: 100%;
}
.wp-block-cover-alt .wp-block-columns .wp-block-column:first-child{
	margin-bottom: 0;
	max-width: 100%;
}
/*@media (max-width: 48.0525em) {
	.wp-block-cover-alt .wp-block-columns {
	flex-direction: row-reverse;
	}
}*/

.wp-block-cover.is-style-cover-alt {
  background-position: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-image: url("../../../../../themes/custom/rochford/dist/images/cover-ambient.png");
}

.wp-block-cover.is-style-cover-alt img {
	z-index: 1;
  width: 60%;
  left: auto;
  mask-image: linear-gradient(270deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 54%, rgba(255, 255, 255, 0.98) 56%, rgba(255, 255, 255, 0) 100%);
}

.is-style-cover-alt.is-style-cover-alt__full-height img {
	width: auto;
	height: 100%;
}

@media (max-width: 899px) {
	.wp-block-cover.is-style-cover-alt {
		display: flex;
  	flex-direction: column;
  	padding: 0;
	}
	
	.wp-block-cover.is-style-cover-alt img {
		position: initial;
		width: 100%;
		mask-image: linear-gradient(rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0.99) 7%, rgba(255, 255, 255, 0.98) 13%, rgba(255, 255, 255, 0.97) 19%, rgba(255, 255, 255, 0.96) 24%, rgba(255, 255, 255, 0.95) 29%, rgba(255, 255, 255, 0.93) 34%, rgba(255, 255, 255, 0.91) 39%, rgba(255, 255, 255, 0.89) 43%, rgba(255, 255, 255, 0.87) 47%, rgba(255, 255, 255, 0.84) 51%, rgba(255, 255, 255, 0.82) 55%, rgba(255, 255, 255, 0.78) 59%, rgba(255, 255, 255, 0.75) 62%, rgba(255, 255, 255, 0.7) 65%, rgba(255, 255, 255, 0.65) 69%, rgba(255, 255, 255, 0.61) 72%, rgba(255, 255, 255, 0.55) 75%, rgba(255, 255, 255, 0.49) 79%, rgba(255, 255, 255, 0.42) 82%, rgba(255, 255, 255, 0.35) 85%, rgba(255, 255, 255, 0.27) 89%, rgba(255, 255, 255, 0.19) 92%, rgba(255, 255, 255, 0.1) 96%, rgba(255, 255, 255, 0) 100%);
	}
	
	.wp-block-cover.is-style-cover-alt .wp-block-column {
		flex-basis: auto!important;		
	}
}

.gutenberg__editor .wp-block-cover-alt .wp-block-image img {
	max-height: 400px;
}