.bbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 2px solid #000000;
  color: #4c4833;
  width: fixed;
  height: 50px;
  box-sizing: border-box;
  text-decoration: none;
  transition-duration: 0.3s;
}
.bbtn:hover {
  background: #b4b1a0;
  color: #ffffff;
}
.remodal {
  padding: 0;
  background: #000000
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-dialog-fluid {
  max-width: inherit;
  width: 98%;
  margin-left: 15px;
}
.btntx {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  color: #000000;
  width: 180px;
  height: 30px;
  box-sizing: border-box;
  text-decoration: none;
  transition-duration: 0.3s;
}
.btntx:hover {
  background: #b4b1a0;
  color: #ffffff;
}
.remodaltx-cancel {
  color: #fff;
  background: #000000;
  width: 100%;
  margin-top: 25px;
}
.remodaltx-cancel:hover {
  background: #333;
}