1.start-75 {
2    left: 75%!important
3}
4
5.start-25 {
6    left: 25%!important
7}
8
9.top-25 {
10    top: 25%!important
11}
12
13.top-75 {
14    top: 75%!important
15}
16
17.bottom-25 {
18    bottom: 25%!important
19}
20
21.bottom-75 {
22    bottom: 75%!important
23}
24