.bg_camso {

    background-image: url(/img/manufacturerpages/camso/asphalt_bg_2.jpg);
    background-position: center;
    background-size: cover;
}













.img-round {
    border-radius: 20px;
    box-shadow: 5px 5px 15px #000a;
}

.camso_title {
    border-bottom: 5px solid transparent;
    border-image: linear-gradient(270deg, rgba(1, 55, 116, 0) 8%, rgba(0, 84, 187, 1) 15%, rgba(0, 84, 187, 1) 85%, rgba(0, 84, 187, 0) 94%);
    border-image-slice: 1;
    width: fit-content;

}

.video_frame {
    border-radius: 20px;
    box-shadow: 5px 5px 15px #000a;
    width: 100%;
    height: 500px;
}

@media(max-width:1200px) {
    .video_frame {
        height: 419px;
    }
}

@media(max-width:992px) {
    .video_frame {
        height: 307px;
    }
}

@media(max-width:768px) {
    .video_frame {
        height: 222px;
    }
}

@media(max-width:576px) {
    .video_frame {
        height: 156px;
    }
}