.slider {
    display: flex;
    height: 35vh;   
}

.slider img {
  flex: 0 0 100%;
  width: 100%;
  object-fit: cover;
  
  scroll-snap-align: center;
}
.owl-stage {
    display: flex;
}
.owl-stage-outer {
    display: flex;
    overflow: hidden;
}
.owl-nav {
    display: none;
}
.slider img:after {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   width: 0; 
   height: 0; 
   display: block;
   border-left: 35px solid transparent;
   border-bottom: 35px solid transparent;
   border-top: 35px solid #0094bb;
   z-index:0;
}
.video_post .inner .post_data .post_title {
    color: #43494e !important;
}
// fix para CodePen
body { margin: 0; }


.slider2 {
    display: flex;
    height: 35vh;   
}

.slider2 img {
  flex: 0 0 100%;
  width: 100%;
  object-fit: cover;
  
  scroll-snap-align: center;
}
.slider2 img:after {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   width: 0; 
   height: 0; 
   display: block;
   border-left: 35px solid transparent;
   border-bottom: 35px solid transparent;
   border-top: 35px solid #0094bb;
   z-index:0;
}




.slider3 {
    display: flex;
    height: 35vh;   
}

.slider3 img {
  flex: 0 0 100%;
  width: 100%;
  object-fit: cover;
  
  scroll-snap-align: center;
}
.slider3 img:after {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   width: 0; 
   height: 0; 
   display: block;
   border-left: 35px solid transparent;
   border-bottom: 35px solid transparent;
   border-top: 35px solid #0094bb;
   z-index:0;
}



.slider4 {
    display: flex;
    height: 35vh;   
}

.slider4 img {
  flex: 0 0 100%;
  width: 100%;
  object-fit: cover;
  
  scroll-snap-align: center;
}
.slider4 img:after {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   width: 0; 
   height: 0; 
   display: block;
   border-left: 35px solid transparent;
   border-bottom: 35px solid transparent;
   border-top: 35px solid #0094bb;
   z-index:0;
}



.slider5 {
    display: flex;
    height: 35vh;   
}

.slider5 img {
  flex: 0 0 100%;
  width: 100%;
  object-fit: cover;
  
  scroll-snap-align: center;
}
.slider5 img:after {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   width: 0; 
   height: 0; 
   display: block;
   border-left: 35px solid transparent;
   border-bottom: 35px solid transparent;
   border-top: 35px solid #0094bb;
   z-index:0;
}