#othervideo iframe {
    height: 300px;
}

body.other .color2 {
    background-color: rgba(131, 131, 131, 0.9);
}

.color1 .row .col-md-6:nth-child(2) {
    border-left: 5px dashed #5c5c5c;
}

.color2 .row .col-md-6:nth-child(2) {
    border-left: 5px dashed #ffffff;
}