.ato-component.news {
padding: 45px 30px;
}


/* feature template start */

.feature div.full-width-video video {
filter: saturate(0) !important;
-webkit-filter: saturate(0) !important;
}

.feature .full-width-video > .inner {
	display: flex !important;
}

.feature .full-width-video > .inner .title {
	top: 0 !important;
	max-width: 1050px;
}

.feature .full-width-video > .inner .title .inner {
	text-shadow: 4px 4px 28px rgb(0 0 0 / 40%);
}

.feature .full-width-video > .inner .title .inner h1 {
    font-size: 92px;
}


.feature .full-width-video > .inner .title .inner p {
	line-height: 1.3 !important;
	max-width: 55ch;
	font-family: "CallunaSans", verdana, sans-serif;
	font-size: 30px;
}
 
 @media screen and (min-width: 1268px) {
    .feature .full-width-video > .inner .title .inner h1 {
	font-size: 7vw;
	line-height: 1 !important;
}
.feature .full-width-video > .inner .title .inner p {
	font-size: 1.7vw;
}
}

.feature figure {
margin: 0 0 40px;
}

.feature figure.image img {
	width: 100%;
}

.feature figcaption {
    max-width: 66ch;
    margin: 8px 0 0px;
    color: inherit;
    text-align: left;
}

/* feature template end */