.investment-video {
    padding: 80px 0 30px;
    background: #F0F0F0;
}

.investment-video video {
    width: 100%;
}

@media (max-width:991px) {
    .investment-video {
        padding: 25px 0;
    }
}