.colour {
	
	padding: 1em 0px;
}
h2 {
	border-top: solid 2px #eeb83c;
	padding-top: 40px;
	font-size: 2.5em;
}
.column img {
	max-height: 220px;
}
@media screen and (min-width: 719px) {
.embed-responsive.embed-responsive-16by9 {
    background-image: url(images/screen-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0px 0px 75.25% 0px;
}
.embed-responsive.embed-responsive-16by9 iframe {
    position: absolute;
    top: 8px;
    bottom: 100px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 130px);
    border: 0;
}
}
@media screen and (min-width: 719px) {
.half.half-vid {
	min-width: 625px !important;
}
}