|
|
@@ -17,24 +17,20 @@
|
|
|
|
|
|
#top--visual {
|
|
|
&.company {
|
|
|
- background: url(/img/top_ban_company.jpg) no-repeat;
|
|
|
- background-attachment: fixed;
|
|
|
- background-size: contain;
|
|
|
+ background: url(/img/top_ban_company.jpg) no-repeat center;
|
|
|
+ background-size: cover;
|
|
|
}
|
|
|
&.products{
|
|
|
- background: url(/img/top_ban_products.jpg) no-repeat;
|
|
|
- background-attachment: fixed;
|
|
|
- background-size: contain;
|
|
|
+ background: url(/img/top_ban_products.jpg) no-repeat center;
|
|
|
+ background-size: cover;
|
|
|
}
|
|
|
&.technology{
|
|
|
- background: url(/img/top_ban_technology.jpg) no-repeat;
|
|
|
- background-attachment: fixed;
|
|
|
- background-size: contain;
|
|
|
+ background: url(/img/top_ban_technology.jpg) no-repeat center;
|
|
|
+ background-size: cover;
|
|
|
}
|
|
|
&.media{
|
|
|
- background: url(/img/top_ban_media.jpg) no-repeat;
|
|
|
- background-attachment: fixed;
|
|
|
- background-size: contain;
|
|
|
+ background: url(/img/top_ban_media.jpg) no-repeat bottom;
|
|
|
+ background-size: cover;
|
|
|
}
|
|
|
}
|
|
|
|