/* LOCAL FIXES */
/* SECTION PASSWORD MONITORING */
.section-password .tile-featured-content {
	justify-content: center;
}

.section-password .text-content {
	width: 850px;
}

@media only screen and (max-width: 1068px) {
	.section-password .text-content {
		width: 620px;
	}
}

@media only screen and (max-width: 734px) {
	.section-password .text-content {
		width: 280px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-password canvas, .section-password #magnifying-glasses {
		left: 200px;
	}
}

@media only screen and (max-width: 734px) {
	.section-password canvas, .section-password #magnifying-glasses {
		left: 0px;
	}
}

/* MODAL - SCTION PASSWORD MONITORING */
#content-toggle-password .tile-item-copy {
	justify-content: center;
}

/*.section-live-text */
/*.section-live-text */
/*.section-live-text */
@media only screen and (min-width: 735px) {
	.section-live-text .tile-picture-wrapper {
		padding-right: 0;
		align-self: flex-end;
		clear: both;
	}
}

.section-live-text .tile-picture-wrapper .tile-picture {
	margin-left: 0;
	float: right;
}

.section-live-text .tile-picture-wrapper {
	max-width: 1394px;
}

@media only screen and (min-width: 735px) {
	.section-live-text .tile-picture-wrapper {
		max-width: 100%;
		width: 100%;
	}

	.section-live-text .tile-picture-wrapper .overview-smart-tools-live-text.tile-picture {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}

	.section-live-text .tile-picture-wrapper .tile-picture {
		margin-left: unset;
		float: unset;
	}
}

@media only screen and (max-width: 1068px) {
	.overview-smart-tools-live-text.tile-picture {
		width: 1028px;
		height: 482px;
		background-size: 1028px 482px;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 734px) {
	.section-live-text .tile-picture-wrapper {
		max-width: 366px;
	}
}

.section-live-text .tile-picture {
	display: block;
	width: 1394px;
	height: 591px;
}

@media only screen and (max-width: 1068px) {
	.section-live-text .tile-picture {
		display: block;
		width: 1028px;
		height: 482px;
	}
}

@media only screen and (max-width: 734px) {
	.section-live-text .tile-picture {
		display: block;
		width: 366px;
		height: 383px;
	}
}
