29 lines
421 B
SCSS
29 lines
421 B
SCSS
@charset "utf-8";
|
|
|
|
@import "../initial";
|
|
|
|
.layout-slide {
|
|
position: relative;
|
|
z-index: 0;
|
|
.w-ad-banner {
|
|
margin: auto;
|
|
}
|
|
}
|
|
.webslide{
|
|
height: 400px;
|
|
overflow: hidden;
|
|
.w-ba-banner__wrap{
|
|
height: 400px;
|
|
}
|
|
img{
|
|
@media(min-width:769px){
|
|
transform: translatey(-50%);
|
|
}
|
|
@media(max-width:$screen-xs){
|
|
height: 400px;
|
|
width: auto;
|
|
max-width: unset;
|
|
}
|
|
}
|
|
}
|