.bg-1 {
    background: #2d2d30;
    color: #bdbdbd;
    width: 100%;
    height: auto;
    padding: 20px 0;
}

.bg-2 {
    background: #2d2d30;
    color: #bdbdbd;
    width: 100%;
    height: auto;
    min-height: 400px;
    padding: 40px 0;
    overflow: hidden;
}

/* Mobile */
@media only screen and (max-width:767px){

    .bg-2{
        height:auto !important;
        min-height:auto;
        padding:30px 15px;
    }

    .bg-2 .col-md-6{
        margin-bottom:30px;
    }

    .bg-2 img{
        width:100%;
        height:auto;
        display:block;
    }

    .bg-1{
        height:auto;
        padding:20px 0;
    }

    .bg-1 .col-md-4{
        margin-bottom:25px;
    }

    .bg-1 iframe{
        width:100%;
        height:300px;
    }

}