/* ngDialog styles go here  */
.embed-container {

height:0;

margin-bottom:18px;

overflow:hidden;

padding-bottom:56.25%; /* 16/9 ratio */

padding-top:30px; /* IE6 workaround*/

position:relative;

}



.embed-container iframe,

.embed-container object,

.embed-container embed {

height:100% !important;

left:0;

position:absolute;

top:0;

width:100% !important;

}

.ngdialog-content{

}

/*------------------------- width for ngDialog ----------------------------------- */


.ngdialog.ngdialog-theme-default .ngdialog-content {
  @media (max-width: @screen-sm-min) {
    width: 100%;
    border-radius: 0;
  }
  @media (min-width: @screen-sm-min) {
    width: 90%;
  }
  @media (min-width: @screen-md-min) {
    width: @container-md - 100px;
  }
  @media (min-width: @screen-lg-min) {
    width: @container-lg - 200px;
  }
}
.ngdialog.ngdialog-theme-default.pub-dialog-100 .ngdialog-content {
  width: 100% !important;
}
/*-------------------------------------------------------------------- */


/* End */