body.modalOpen {
  overflow: hidden;
}

.weizmannModal {
  opacity: 0;
  color: white;
  cursor: default;
  max-height: 0px;
  max-width: 0px;
  position: fixed;
  z-index: 1000;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  transition: opacity 0.25s ease;
  overflow: scroll;
  background: rgba(0, 0, 0, 0.7);
  color:white;
  font-family:'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}

.modalVisible.weizmannModal {
  opacity: 1;
  height: auto;
  width: auto;
  max-height: none;
  max-width: none;
}

.weizmannModal .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.weizmannModal .toprightx {
  top: 25px;
  right: 60px;
  color: white;
  font-size: 30px;
  position: absolute;
  cursor: pointer;
}

.weizmannModal .inner {
  width: 100%;
  max-width: 1100px;
  text-align: center;
  padding: 40px;
  margin: 0px auto;
}

.weizmannModal .bottomClose{
	font-family:'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color:black;
  cursor:pointer;
}

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

