.presentacion .container .video {
    width: 100%;
    height: 180px;
}


@media (min-width:768px) {
    .presentacion .container .video {
        width: 100%;
        height: 720px;
    }
}