|
|
|
@ -24,6 +24,9 @@
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.button-mid{
|
|
|
|
|
bottom: -27%!important;
|
|
|
|
|
}
|
|
|
|
|
.ad-banner-widget-6{
|
|
|
|
|
.w-ad-banner__caption a{
|
|
|
|
|
display: block;
|
|
|
|
@ -200,6 +203,9 @@ ul.button-mid{
|
|
|
|
|
height: 1.5rem;
|
|
|
|
|
font-size: 1.5rem;
|
|
|
|
|
width: 1.5rem;
|
|
|
|
|
}
|
|
|
|
|
@media(max-width: 768px){
|
|
|
|
|
left: 0.5rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.next-button{
|
|
|
|
@ -230,6 +236,9 @@ ul.button-mid{
|
|
|
|
|
height: 1.5rem;
|
|
|
|
|
font-size: 1.5rem;
|
|
|
|
|
width: 1.5rem;
|
|
|
|
|
}
|
|
|
|
|
@media(max-width: 768px){
|
|
|
|
|
right: 0.5rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -441,7 +450,9 @@ ul.button-mid{
|
|
|
|
|
|
|
|
|
|
// Widget 1
|
|
|
|
|
.ba-banner-widget-1 {
|
|
|
|
|
|
|
|
|
|
.button-mid{
|
|
|
|
|
top: 80%!important;
|
|
|
|
|
}
|
|
|
|
|
.w-ba-banner__caption {
|
|
|
|
|
color: #fff;
|
|
|
|
|
z-index: 200;
|
|
|
|
@ -475,11 +486,6 @@ ul.button-mid{
|
|
|
|
|
|
|
|
|
|
// Widget 2
|
|
|
|
|
.ba-banner-widget-2 {
|
|
|
|
|
.w-ba-banner__image {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.youtube, .cycle-youtube {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
@ -491,11 +497,47 @@ ul.button-mid{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.banner-pager {
|
|
|
|
|
right: 1em;
|
|
|
|
|
top: -2em;
|
|
|
|
|
z-index: 102;
|
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
|
|
img{
|
|
|
|
|
width: auto;
|
|
|
|
|
max-width: unset;
|
|
|
|
|
@media(min-width:2561px){
|
|
|
|
|
width:100%;
|
|
|
|
|
height: auto;
|
|
|
|
|
max-width: fit-content;
|
|
|
|
|
}
|
|
|
|
|
@media(min-width:1921px){
|
|
|
|
|
height: 1290px;
|
|
|
|
|
}
|
|
|
|
|
@media(min-width:1601px)and (max-width:1920px){
|
|
|
|
|
height: 895px;
|
|
|
|
|
}
|
|
|
|
|
@media screen and (min-width:1441px) and (max-width:1600px){
|
|
|
|
|
height: 725px;
|
|
|
|
|
}
|
|
|
|
|
@media screen and (min-width:1440px) and (max-width:1441px){
|
|
|
|
|
height: 764px;
|
|
|
|
|
}
|
|
|
|
|
@media screen and (min-width:1281px) and (max-width:1439px){
|
|
|
|
|
height: 595px;
|
|
|
|
|
}
|
|
|
|
|
@media screen and (min-width:1025px) and (max-width:1280px){
|
|
|
|
|
height: 545px;
|
|
|
|
|
}
|
|
|
|
|
@media (max-width:1280px){
|
|
|
|
|
width:100%;
|
|
|
|
|
height: auto;
|
|
|
|
|
max-width: fit-content;
|
|
|
|
|
}
|
|
|
|
|
// @media screen and (min-width:$screen-xs) and (max-width:990px){
|
|
|
|
|
// height: 850px;
|
|
|
|
|
// }
|
|
|
|
|
// @media(max-width: $screen-xs){
|
|
|
|
|
// height: 660px;
|
|
|
|
|
// }
|
|
|
|
|
// @media(max-width: 390px){
|
|
|
|
|
// height: 485px;
|
|
|
|
|
// }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -514,7 +556,6 @@ ul.button-mid{
|
|
|
|
|
bottom: 2em;
|
|
|
|
|
li { height: unset; width: unset; }
|
|
|
|
|
}
|
|
|
|
|
ul.button-mid { display: none; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//Widget 4
|
|
|
|
|