.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}

.video-section {
position: relative;
}

.home-video-text-container {
position: absolute;
top: 30%;
width: 100%;
background: transparent;
text-align: center;
}

.home-video-text {
font-size: 4vw;
font-weight: 600;
font-style: italic;
color: #fff;
text-shadow: 4px 3px #000;
}

@media (max-width: 600px) {
.home-video-text {
	font-size: 7vw;
}
}