/* Add here all your CSS customizations */

/*iframe*/
.embed-responsive {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}