Components
48
Background Gradients Breadcrumb Content Card Carousel Content Card Grid Content Cards Two Column Content Contact Form Content Contact Form Reveal Content Courses Map Content Courses Search Content Event Details Content Events Carousel Content Faqs Content Featured Cards Content Featured Products Content Featured Products Carousel Content Form Over Image Content Game Elements Content Hall Of Fame Carousel Content Horizontal Accordion Content Horizontal Scrolling Content How To Find Us Content Job Roles Grid Content Map Embed Content Marquee Text Content Media Carousel Content Players Content Quick Links Content Quote Over Image Content Simple Text And Image Variations Content Specification Content Stat Row Content Stat With Images And Content Content Text And Cards Grid Content Text And Image Variations Content Text Columns Content Text Image Carousel Content Text Over Image Content Title Content Useful Links Content Vacancies Grid Cookie Table Example Hero Basic Hero Featured Card Hero Game Hero Video And Carousel Hero Video Cards Playlist Hero Video Player

Content Quote Over Image

“This signifies a monumental leap forward for our new arena, part of the National Esports Performance Campus. With the power of 5G connectivity, we are poised to redefine the future of live esports and sports experiences.”

CHESTER KING

PRESIDENT, BRITISH ESPORTS FEDERATION

Riverside and Sunderland Development 5G Esports Arena
There are no ACF fields assigned to this component.

				
@import "../../resources/scss/util/variables";
@import "../../resources/scss/util/mixins";
@import "../../resources/scss/vendor/bootstrap/vendor/rfs";

.block-quote-over-image {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;

	@include bp($lg) {
		max-height: 90vh;
	}

	.container {
		@include padding-top( rem-calc( 300 ) );
		@include padding-bottom( rem-calc( 100 ) );
		position: relative;
		z-index: 5;
		margin-top: auto;

		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	.content-container {
		@include margin-bottom( rem-calc( 42 ) );
		color: var( --text-color );

		p,
		* {
			color: var( --text-color );
			line-height: 1;
			margin-bottom: 0;
			font-family: $font-family-primary;
			line-height: 1.3;
			margin: 0 0 1rem;
			text-transform: uppercase;
			font-weight: 800;
			// @include fluid-type(28, 70);
			@include fluid-type(20, 50);
		}
	}

	.author {
		color: var( --text-color );
		@include fluid-type(16, 18);
		line-height: 1.5;
		font-weight: bold;
		margin-bottom: 0;

		&__subline {
			font-weight: normal;
		}
	}

	&__image {
		display: flex;
		flex-direction: column;
		pointer-events: none;
		z-index: 2;

		&:before,
		&:after {
			width: 100%;
			height: 100%;
			content: '';
			position: absolute;
			inset: 0;
			pointer-events: none;
		}

		&:before {
			@include gradient-diagonal();
			z-index: 1;
			opacity: 0.3;
		}

		&:after {
			background-image: linear-gradient(to top, $primary, rgba($primary, 0));
			z-index: 2;
		}

		img {
			object-fit: cover;
		}
	}
}
There are is no JavaScript file with this component.
  • Choose quote from post type, which contains all the quote data

Animation: