#alert-bar { display: block !important; }

.content-section { position: relative; }

.content-section:nth-of-type(1):after { content: ""; position: absolute; left: 0px; top: 0px; width: 60px; height: 30px; background-color: #7ca8bd; }

@media (min-width: 992px) { .content-section:nth-of-type(1):after { left: 70px; width: 100px; height: 40px; } }

.content-section:nth-of-type(2):after { content: ""; position: absolute; left: 0px; top: -10px; width: 20px; height: 60px; background-color: #204b65; }

@media (min-width: 992px) { .content-section:nth-of-type(2):after { left: auto; top: -30px; right: 0px; width: 60px; height: 60px; } }
