11. satır:
11. satır:
max-width: 100%;
max-width: 100%;
height: auto !important;
height: auto !important;
+
}
+
+
@media screen and (max-width:480){
+
.jcarousel-pagination{
+
bottom: -50px;
+
}
+
+
.jcarousel-control-next {
+
right: -5px;
+
}
}
}
16. satır:
26. satır:
position: absolute;
position: absolute;
top: 0;
top: 0;
−
padding:20px;
+
margin:20px;
+
padding: 8px 7px;
+
background: rgba(0,0,0,0.3);
+
border-radius: 4px;
+
width: 450px !important;
+
}
+
+
.banner-box .name a, .banner-box .type a, .banner-box .quote a{
+
color: white;
+
border: none;
+
font-family: sans-serif;
+
line-height: 1.2em;
+
font-size: 20px;
+
font-weight: bold;
+
}
+
+
.banner-box .type a{
+
font-size: 15px;
+
}
+
+
.banner-box .quote a{
+
font-size: 12px;
+
line-height: 1em;
+
}
+
+
.nomobile{
+
display:block;
+
}
+
.mf-mobile-only{
+
display:none;
+
}
+
+
@media screen and (max-width: 480px) {
+
.mf-mobile-only{
+
display:block;
+
}
+
+
.nomobile{
+
display:none;
+
}
}
}