img{ // All images &.img-rounded, &.img-circle, &.img-thumbnail{ margin-right: 20px; } // Thumbnail images &.img-thumbnail{ padding: 5px; border: inherit; border-radius: inherit; border-style: inherit; border-color: inherit; } } figure{ .bg{ height: $images-height; width: 100% } .bg-image { -ms-background-position-x: $images-bg-image-pos-x; -ms-background-position-y: $images-bg-image-pos-y; background-position: $images-bg-image-pos-x $images-bg-image-pos-y; background-size: $images-bg-size; } }