Trying to make Triangle border responsive. Below is the direct link to codepen. You can see the border just above the white details box . Screenshot -
<!-- Features -->
<div class="section text-center">
<div class="row no-gutter">
<div class="col-sm-4 no-padding">
<div class="feature-box v2">
<div class="featured-box-image">
<img src="http://placehold.it/640x480" alt="features" class="img-responsive">
<span><i class="fa fa-plus" aria-hidden="true"></i></span>
</div>
<div class="details">
<div class="hexagon"><span><i class="fa fa-user" aria-hidden="true"></i></span></div> <!-- end .hexagon -->
<h4>Lorem Ispum</h4>
<p class="sub-text">Lorem Ispum</p>
<p class="text">Lorem Ispum Lorem Ispum Lorem Ispum Lorem Ispum Lorem Ispum Lorem Ispum Lorem Ispum Lorem Ispum</p>
</div> <!-- end .details -->
</div> <!-- end .feature-box -->
</div> <!-- end .col-sm-4 -->
</div> <!-- end .row -->
</div> <!-- end .section -->
http://codepen.io/anon/pen/jBVVNo
Thanks in advance.
Note: Already tried this below solution but it didn't work since I'm using pseudo class for triangle border. Creating responsive triangles with CSS