.sc-container {
    display: flex;
    flex-direction: row;
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 50px;
    margin-bottom: 50px;
}

@media screen and(min-width: 1200px) {
.sc-container {
    flex-direction: row;
}
}

@media screen and (max-width: 1199px) {
.sc-container {
    flex-direction: column;
}
}

.sc-video {
    display: flex;
    flex-direction: column;
    flex: 1 0 600px;
	
}

.empty-alignment {
    flex: 1 1 0;
    background-color: black;
}

.sc-words-right {
    background-color: #6b9eae;
    padding-top: 50px;
    padding-bottom: 50px;
    color: white;
    width: 100%;
}

.sc-words-left {
    background-color: #80d19d;
    padding-top: 50px;
    padding-bottom: 50px;
    color: white;
    width: 100%;
}

.sc-title {
    padding: 20px;
    font-size: 40px;
    font-weight: bold;
}

.sc-description {
    padding: 20px;
    letter-spacing: 5px;
}

.last-letter {
    letter-spacing: 0;
}

video {
	max-height:300px;
}