Having created an HTML page with Bootstrap, I encountered an issue where the responsive classes I tried to add were not displaying correctly.
PS. Bootstrap is linked properly
I attempted the following:
<div class="row">
<div id="work1_1_over" class="col-sm-12 col-md-6 float-md-right float-lg-right"></div>
<div id="work1_2_over" class="col-sm-12 col-md-6 float-md-left float-lg-left"></div>
</div>
Screenshot