.sec-leaderExperts .image-wrapper .inside-img-wrapper {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0px 10px;
  position: relative;
}
.sec-leaderExperts .image-wrapper .inside-img-wrapper.leftwrap{
  width: 50%;
}
.sec-leaderExperts .image-wrapper .inside-img-wrapper.rightwrap{
  width: 33.33%;
}
.sec-leaderExperts .image-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  box-sizing: border-box;
  margin: 0px -10px;
  text-align: center;
  position: relative;
}

.sec-leaderExperts {
  margin: 4rem 0;
  position: relative;
  padding: 3rem 0 0 0;
}

.sec-leaderExperts .content-wrapper h2, .sec-leaderExperts .content-wrapper p {
  padding-left: 1rem;
}
.sec-leaderExperts::before {
  width: 42.5%;
  height: 100%;
  background: #F3F5F6DE;
  content: "";
  position: absolute;
  left: 0;
  top: -.8rem;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0%, 100% 72%, 0% 100%);
}

.sec-leaderExperts .content-wrapper::before {
  border-left: 1px solid var(--GlacialBlue);
  border-bottom: 1px solid var(--GlacialBlue);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;

}

.sec-leaderExperts .content-wrapper {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: .5rem;
}
.sec-leaderExperts .inside-img-wrapper img {
  border: 1px solid var(--StoneGrey);
  margin-bottom: 1rem;
  max-height: 237px;
  max-width: 204px;
}
.temp-image {
  height: 100%;
  width: 100%;
  background: white;
  border: 1px solid var(--StoneGrey);
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1rem;
  max-width: 204px;
  max-height: 237px;
  align-items: center;
  display: flex;
  padding: 1rem;
}

/* play buttons */
img.playbuttonldr {
  margin: 0 auto;
  width: 33px;
  left: 115px;
  border-radius: 0;
  cursor: pointer;
  border: 0 !important;
  right: -33px;
  top: 8px;
  position: absolute;
}
.playbuttonldr:hover {
  opacity: .5;
}

/* Modal */

.sec-leaderExperts .modalbrd {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.sec-leaderExperts #onqdifvideo {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 18rem;
}
.sec-leaderExperts .modal-VDBRAND .overlayTitle-47 {
  display: none;
}
.sec-leaderExperts .modal-VDBRAND .statisticsContainer-48 {
  display: none;
}
.sec-leaderExperts .modal-VDBRAND .ms-TooltipHost.root-52 {
  display: none;
  }
  .sec-leaderExperts .modal-VDBRAND .modal-content {
    margin: auto;
    border: 1px solid #888;
    width: 100%;
    text-align: center;
    background-color: #fefefec2;
    padding: 6rem 0;
    position: relative;
    height: fit-content;
    top: 25%;
}

/* The Close Button */
.sec-leaderExperts .closeBRD {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 18rem;
  right: 22.5rem;
  z-index: 1;
}

.sec-leaderExperts .closeBRD:hover,
.sec-leaderExperts .closeBRD:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.sec-leaderExperts .modal-content iframe {
  max-width: 640px;
}

button.playbuttonldr {
  width: 80%;
  border: none;
  padding: 8px;
  background: var(--PumpkinSpice);
  color: white;
  margin-bottom:5px;
}


@media screen and (max-width: 991px) {
  .sec-leaderExperts .image-wrapper .inside-img-wrapper.rightwrap{
    width: 50%;
  }
  .sec-leaderExperts .row{
    flex-direction: column-reverse;
    display: flex;
  }
  .sec-leaderExperts::before {
    width: 100%;
    height: 47%;
  }
  .sec-leaderExperts .content-wrapper::before{
    width: 45%;
  }
  .sec-leaderExperts {
    padding: 2rem 0;
  }

}
