.content{
			margin-top: 10px;
			width: 100%;
			height: 430px;
			height: auto;
			background-size: cover;
			position: relative;
		}
		.rows{
			margin-right: 5px;
		}

		.content:before{
			content: "";
			width: 100%;
			height: 100%;
			background-color: black;
			position: absolute;
			opacity: 0.6;
		}

		.content h1, p{
			position: relative;
			margin: 20px;
		}

		.titleBanner{
			padding-top: 110px;
			color: white;
		}

		.phraseBanner{
			text-transform: uppercase;
			font-size: 18px;
			color: white;

		}
		.numbers{
			color: #A26AB7;
			font-size: 50px;
			font-family: 'Raleway', sans-serif;
			font-weight: 600;
		}

		.phraseNum{
			color: white;
			font-size: 20px;
			text-transform: uppercase;
			float: right;
		}
		
		video {

			margin-top: 20px;
		    width: 100%;
		    max-width: 900px;
		    box-shadow: 4px 4px 12px #5390d9;
		}

		@media only screen and (max-width: 204px){
    .phraseBanner{
			font-size: 17px;
		}

}