Your IP : 216.73.216.95


Current Path : /var/www/mainsite/wp-content/themes/maxcoach/assets/scss/elementor/widgets/
Upload File :
Current File : /var/www/mainsite/wp-content/themes/maxcoach/assets/scss/elementor/widgets/_banner.scss

.maxcoach-banner {
	display: block;
	width: 100%;

	.content-wrap {
		position: relative;
	}

	.maxcoach-image {
		img {
			width: 100%;
		}
	}

	.content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.title {
		font-size: 30px;
		font-weight: 300;
		background: #fff;
		padding: 6px 34px 7px;
		margin: 0;
	}
}

@include elementor-breakpoint-down(md) {
	.maxcoach-banner {
		.title {
			font-size: 26px;
		}
	}
}

@include elementor-breakpoint-down(sm) {
	.maxcoach-banner {
		.title {
			font-size: 22px;
		}
	}
}