_numbers.scss
959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.n2-ss-widget.n2-style-f17ddbf2d8ed14421f9093b94b93b8a9-heading.nextend-autoplay.n2-ow-all.nextend-autoplay-image{
z-index: 9999999 !important;
position: absolute !important;
}
.page-template-numbers-page{
#Layer_1 {
left: 0px;
top: 0px;
position: absolute;
z-index: 999;
@media (min-width: 1400px) and (max-width: 1500px) {
transform: scale(1.3);
top: 50px;
}
@media (min-width: 1300px) and (max-width: 1400px) {
transform: scale(1.2);
top: 50px;
}
@media (min-width: 1200px) and (max-width: 1300px) {
transform: scale(1.3);
top: 50px;
}
@media (min-width: 1000px) and (max-width: 1199px) {
transform: scale(1.6);
top: 130px;
}
@media (max-width: 999px) {
transform: scale(1.8);
top: 150px;
}
@media screen and (max-width: 768px) {
top: 50px;
}
}
div#n2-ss-2item1,
div#n2-ss-2item2,
div#n2-ss-2item3{
font-family: "Calibri-bold" !important;
font-size: 60px !important;
}
}