﻿.intro__wrap--greengrowth h3 {
    color: #fff;
    font-size: 24px;
    padding: 30px 30px 0 30px;
    text-align: center;
    line-height: 1.6;
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    order: 2;
}
.videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
    width: 100%;
}


iframe.virtual {
    width: 100%;
    border: none;
    overflow: hidden;
    min-height: 100vh;
}

.virtual .whitebox {
    padding: 0;
}
