.my-box-1-description-sub {
  font-size: 14px;
  font-style: italic;
  padding: 5px;
  border-radius: 3px;
}

.my-box-1-description-sub {
  background-color: #ededed;
  box-shadow: 3px 3px 5px rgba(200, 200, 200, 0.5);
}

.my-box-1-logo {
  height: 52px;
  margin-bottom: 35px;
  margin-top: 20px;
}

.my-div-fellowship-detail {
  text-align: left;
}

.hide {
  display: none;
}

.videoContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

