.videoPop {padding: 40px 0 40px;}
.videoPop h2 {margin: 50px 0; text-align: center;}
.videoPop .overlay { width: 100%; position: absolute; opacity: .4; content=''; background-color: #000; z-index: 3; inset: 0;}
.videoPop .image {width: 100%; max-width: 100%;position: relative; z-index; 2; height: 610px; border-radius: 6px; overflow: hidden;}
.videoPop .image img {height: 100%!important; width: 100%; object-fit: cover;}
.videoPop .image:after { pointer-events: none; position: absolute; content: ''; height: 155px; width: 155px; background-color: rgba(255,255,255, .4); z-index: 4; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 100%;}
.videoPop .image:before { pointer-events: none; content: ""; position: absolute; top: 50%; left: 51%; transform: translate(-50%, -50%) rotate(90deg); width: 0; height: 0; border-left: 40px solid transparent; border-right: 40px solid transparent; border-bottom: 65px solid #000;}
.videoPop .image img {width: 100%; }
.videoPop .bottomText {text-align:center; padding: 20px 0; font-weight: 700;}

@media (max-width: 730px){
  .videoPop .image:after {height: 80px; width: 80px;}
  .videoPop .image {height: 50vw;}
  .videoPop .image:before { border-left: 25px solid transparent; border-right: 25px solid transparent; border-bottom: 40px solid #000;}
}