@charset "UTF-8";

#latest-tidings .background-text {
	position: absolute;
	top: 50%;
	width: auto;
	padding: 0 10px;
	transform-origin: -.5em center;
	transform: rotate(-90deg) translate(-50%,100%);
	font-weight: 900;
	line-height: 1;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(104,104,104,0.4);
	font-family: Montserrat,sans-serif;
	font-size: 11rem;
	color: transparent;
	text-transform: uppercase;
}

#latest-tidings h1 {
	color: var(--black);
}

/* XS */
@media only screen and (min-width : 0px) {

	#latest-tidings {
		padding: 30px 0;
		min-height: 0;
	}

	#latest-tidings .background-text {
		display: none;
	}
}

/* SM (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* MD (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* LG (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* XL (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	#latest-tidings {
		padding: 120px 0;
		min-height: 900px;
	}

	#latest-tidings .background-text {
		display: inline-block;
	}
}
