.iframe_wrapper iframe{
  display: none !important;
}
.iframe_wrapper iframe:first-child{
  display: block !important;
}
.checkboard-wrapper .new{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
}

.checkboard-wrapper .checkboard-item{
  flex: 0 0 33.333333%;
  position: relative;
  padding: 70px;
  overflow: hidden;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  height: 466px;
  background-size: cover !important;
}
.checkboard-wrapper .wrap3:first-child .checkboard-item:first-child::after{
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 46px solid #fff;
    border-right: 46px solid transparent;
    width: 0;
  display: block;
}
.checkboard-wrapper .checkboard-item .video_arrow{
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 50px rgba(0,0,0,0.3);
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.checkboard-wrapper .checkboard-item .video_arrow:hover{
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.checkboard-wrapper .checkboard-item .video_arrow img{
  margin-left: 5px;
}
.checkboard-wrapper .checkboard-item h2{
  font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Rubik',sans-serif;{% if item.image_field_ == "true" %}
  margin-bottom: 20px;
}
.checkboard-wrapper .checkboard-item img.img-back{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  min-width: 100%;
  min-height: 100%;
}
.checkboard-wrapper .checkboard-item .description{
      font-size: 17px;
    font-weight: 300;
    line-height: 1.45em;
    clear: both;
  height: 225px;
  overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.show-video1 > div:not(.close-video, .oembed_container){
  width: 960px;
}
.vidyard-player-container{
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
.oembed_container{
  width: 960px !important;
  max-width: 100% !important;
  height: unset !important;
  box-shadow: 0 0 30px rgba(0,0,0,0.5);
  max-height: unset !important;
}
.oembed_container iframe{
  width: 100% !important;
  min-height: 540px !important;
  max-height: unset !important;
  max-width: unset !important;
  display: block;
}
.show-video1{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.75);
  z-index: 1111111;
  justify-content: center;
  align-items: center;
}


.close-video{
    display: flex;
    position: absolute;
    top: 25px;
    width: 50px;
    height: 50px;
    right: 20px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  z-index: 1;
}
.close-video span{
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
}
.close-video span:last-child{
  transform: rotate(-45deg);
}

.checkboard-wrapper .transparent {
  background: transparent !important;
}


@media (max-width: 1270px){
  .checkboard-wrapper .checkboard-item{
    padding: 40px 30px;
  }
}
@media (max-width: 980px){
  .checkboard-wrapper .new{
    flex-direction: column;
  }
  .checkboard-wrapper .checkboard-item{
    min-height: unset;
  }
  .checkboard-wrapper .checkboard-item{
    min-height: 300px;
  }
  .checkboard-wrapper .checkboard-item .description{
    height: auto;
  }
  
  .oembed_container iframe{
    min-height: 300px !important;
  }
  .checkboard-wrapper .transparent {
    display: none;
  }
}