.cid-seduFMRZ9N {
  display: flex;
  background-image: url("../../assets/img/images/dscn4324-1600x1200.jpg");
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
}

.cid-seduFMRZ9N .content-wrap {
  padding: 12rem 7rem;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.mbr-fullscreen {
  height: auto;
  min-height: 95.3vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

#s1d {
  display: block;
  position: relative;
  bottom: 9vh;
  height: 4vh;
  width: 30vw;
  margin: 0;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0;
  background-color: none;
  margin-left: 58vw;
  border-radius: 10%;
}

img, iframe {
  display: inline-block;
  width: auto;
}

.cid-se7LOTCcMO {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #232323;
  margin: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
}

.modal-dialog {
  position: relative;
  width: auto;
  max-width: 500px;
  margin: 1.75rem auto;
  pointer-events: none;
}

.modal-dialog, .modal-content {
  height: 100%;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fefefe;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  overflow: auto;
}

.modal-body p {
  font-family: Consolas,"Courier New",monospace;
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 100;
  font-size: 1rem;
}

.modal {
  position: fixed;
  top: -1rem;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 95%;
  overflow: hidden;
  outline: 0;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  background-color: #5cb85c;
  color: white;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin: 0 0 0 10px;
  line-height: 1.5;
}

/* .modal-footer  {
    margin: 0;
	background-color: #5cb85c;
	color: white;
} */

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  margin: 0;
  background-color: #5cb85c;
  color: white;
  height: 12vh;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

