Comments on [ F2U ] Telling All Comments Start of Thread Parent

yes it is (you can delete the whole MUSIC BOX section)!

this will leave a space under the image though; if you want the FOCAL IMAGE to fill that space, delete the class="mb-2" and change the min-height to 470px or something in that range ^-^)b
<div class="mb-2" style="min-height:450px; ...

the rounded border will be missing as well because of this, so you'd need to add overflow:hidden at the main card
<div class="card-block bg-faded p-0" style="overflow:hidden; border-bottom-left-radius:15px; border-top-left-radius:15px;">

hope this helps!

Awesome! Your help and codes are greatly appreciated =)