/* Beginning: Solution to add left margin to the second images of column control*/
@media (min-device-width:1024px) {
    div#secondImg {
        position: relative;
        left: 1rem;
    }
}
/*--END--Solution to add left margin to the second images of column control--*/