@keyframes baHintDiv { 0%{left:50%} 25%{left:38%} 75%{left:62%} 100%{left:50%} }
@keyframes baHintAfter { 0%{width:50%} 25%{width:38%} 75%{width:62%} 100%{width:50%} }
.ba-wrap.hinted .ba-divider { animation: baHintDiv 1.2s ease-in-out 0.8s 1 forwards; }
.ba-wrap.hinted .ba-after { animation: baHintAfter 1.2s ease-in-out 0.8s 1 forwards; }
.ba-after img { position: absolute; top: 0; left: 0; width: 100%; height: 280px; object-fit: cover; object-position: center; }
