.new-params {
    margin: 50px 0px;
}
.new-params .param-top{
    display: grid;
    gap: 10px;
    grid-template-columns: 69% 30%;
    min-height: 320px;
    justify-content: space-around;
    overflow: hidden;
}
.new-params .param-down {
    margin-top: 10px;
    min-height: 320px;
}
.canvas-mode {
    height: 600px; 
    width: 100%;
}
.new-params .new-params-item {
    overflow: hidden;
    background-color: #EBEBED;
    height: 100%;
}
.new-params .new-params-item:nth-child(2) {
    overflow: hidden;
    background-color: #e2e3e7;
}

.new-params .new-params-item .item-title{
    font-weight: 500;
    padding: 10px;
    box-sizing: border-box;
}

.new-params .new-params-item  > .item-images{
    animation: ani_init .3s forwards;
}
.banner-logo-img {
    max-width: 100%;
}
.new-params .new-params-item:hover > .item-images {
    animation: ani_action .3s forwards;
}

.new-params .param-top .new-params-item:nth-child(1) {
    display: grid;
    grid-template-columns: 38% 58%;
    gap: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.new-params .param-top .new-params-item:nth-child(1) .item-images {
    background: url('/wp-content/themes/aspire/assets/images/pixo/2-1.png') no-repeat;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: 0px 60%;
}
.new-params .param-top .new-params-item:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
}
.new-params .param-top .new-params-item:nth-child(2) .item-images {
    background: url('/wp-content/themes/aspire/assets/images/pixo/2-2.png') no-repeat;
    background-size: 100%;
    height: 80%;
    width: 100%;
    overflow: hidden;
    background-position: 0px 60%;
}
.new-params .param-down .new-params-item .item-box {
    position: relative;
    border-radius: 15px;
}

.new-params .param-down .new-params-item:nth-child(1) .item-title {
    position: absolute;
    width: 100%;
    bottom: 15px;
    text-align: center;
}
.new-params .param-down .new-params-item:nth-child(1) {
    display: grid;
    grid-template-columns: 30% 17.05% 20% 30%;
    gap: 10px;
    justify-content: space-between;
}
.new-params .param-down .new-params-item{
    background-color: transparent;
}

.new-params .param-down .new-params-item .item-box{
    background-color: #EBEBED;
}
.no-bg {
    background-color: transparent !important;
}
.bg-gray {
    background-color: #EBEBED !important;
}
.diy-anni {
    background: url('/wp-content/themes/aspire/assets/images/pixo/2-3.png') no-repeat;
    overflow: hidden;
    background-position: 50% 33%;
    background-color: #EBEBED !important;
    animation: ani_bg_init .3s forwards;
}
.diy-anni:hover {
    animation: ani_bg_action .3s forwards;
}
.new-params .param-down .new-params-item:nth-child(1) .item-box:nth-child(2) {
    display: grid;
    gap: 10px;
}
.new-params .param-down .new-params-item:nth-child(1) .item-box:nth-child(3) {
    background: url('/wp-content/themes/aspire/assets/images/pixo/2-6.png') no-repeat;
    background-size: 100%;
    overflow: hidden;
    background-color: #EBEBED;
    animation: none;
}
.new-params .param-down .new-params-item:nth-child(1) .item-box:nth-child(4){
    padding: 16% 10px ;
}
.new-params .param-down .new-params-item:nth-child(1) .item-box:nth-child(4) .item-title {
    position: static;
}
.pd-10 {
    padding:10px
}
img {
    max-width: 100%;
}
.block5-box-header .prod-sec-desc {
    max-width: 650px;
}
.batter-box {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    border-radius: 15px;
}
.item-mode {
    border-radius: 15px;
}
.item-mode img {
    max-width: 80%;
}
.batter-box img {
    max-width: 64px
}
.pdb-20 {
    padding-bottom: 20px;
}

.themes {
    display: grid;
    grid-template-columns: repeat(3, 25%);
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.text-white {
    color: #fff;
}
.coil-boxs ul, .coil-boxs ul li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.coil-boxs ul li {
    background-color: #F5F5F7;
    overflow: hidden;
    border-radius: 8px;
    padding: 10px;
    list-style: none;
}
.coil-boxs ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-direction: row;
    gap: 10px;
    width: 100%;
    float: left;
    list-style: none;
}
.clearfix {
    clear: both;
}


/* 板块2样式 */
.pixo-block2 {
    height: 1080px;
    background: url('/wp-content/themes/aspire/assets/images/pixo/sky.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
    overflow: hidden;
    position: relative;
}
.sky-params {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15%;
}
.sky-param-header {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.sky-pixo {
    width: 100%;
}
.sky-pixo video {
    max-width: 100%;
    width: 100%;
}
.scbig {
    animation: scbig 2s forwards;
}

/* 板块3样式 */
.block3-box {
    display: grid;
    grid-template-columns: 45% 55%;
    border-radius: 15px;
    overflow: hidden;
}
.block3-box {
    width: 50%;
    float: left;
}
.block3-box video {
    max-width: 100%;
}
.block3-box-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F5F5F7;
}
.block3-box-item-text {
    padding:50px 20px;
    margin: 0px 80px;
    border-left: 0px solid #666;
}
.block3-box-item-text .prod-sec-desc {
    min-height: 130px;
}
.block3-box-item-img {
    position: relative;
    width: 100%;
}

.block3-item2{
    position: relative;
    width: 100%;
    height: 500px;
}
.ptb-200 {
    padding: 200px 0px;
}
.pixo-block3 {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.block3-item {
    width: 200%;
    float: left;
}
.pb-100 {
    padding-bottom: 100px;
}
.block3-box-item-img .mode-tab {
    position: relative;
    overflow: hidden;
}
.block3-box-item-img .mode-tab img{
    max-width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.auto-anni {
    background-color: #F3FCED;
    display: grid;
    grid-template-columns: 40% 60%;
    border-radius: 15px;
    overflow: hidden;
}
.auto-anni-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 0px 50px;
}
.auto-anni .mode-tab {
    width: 130%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.block3-item2 {
    overflow: hidden;
}
.mode-img {
    width: 130%;
}
.mode-img img {
    width: 100%;
}
.mode-img img#watt {
    opacity: 0;
}
.pixo-block4 .description {
    display: flex;
    flex-direction: row;
}
.themes-action-box {
    border-radius: 15px;
    overflow: hidden;
}

.themes-btn {
    display: grid;
    grid-template-columns: 25% 25% 25%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

/* 板块4样式 */
.themes-action-box-item {
    overflow: hidden;
}
.themes-action-box-item .themes-show {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.theme-show-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.theme-show-img.active{
    scale: 1.2;
    transition: transform 0.5s ease-in-out;
}
.themes-action-box-item .themes-btns{
    display: grid;
    grid-template-columns: 25% 25%;
    align-items: center;
    justify-content: center;
    padding: 50px;
    gap: 10%;
}
.themes-action-box-item .themes-btns img{
    cursor: pointer;
}
.theme-show-img img {
    width: 60%;
}
.themes-show_anni {
    z-index: 10;
    filter: "blur(5px)";
}

.themes-btns img {
    z-index: 1;
}
.theme-annimate-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.theme-annimate-btn a {
    font-size: 24px;
    font-weight: bold;
    color: #999;
    border-bottom: 2px solid #999;
    padding: 20px 50px;
}
.themes-action-box-item {
    width:50%;
    float: left;
}
.theme-annimate-btn a.active {
    color: #262626;
    border-bottom: 2px solid #262626;
}
.theme-show-img video {
    max-width: 60%;
}
/* 板块5样式 */
.block5-body {
    overflow: hidden;
}
.air-mode {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
.mtl, .rdl,.dtl {
    opacity: 0;
}
.block5-box-item {
    position: relative;
}
.block5-box-item img {
    display: none;
}
.bg-black {
    background-color: #000;
}
.block5-box-item img.active {
    display: block;
}
.air-mode .air-mode-item {
    padding: 10px 30px;
    background-color: #D4E6C8;
    border-radius: 30px;
    cursor: pointer;
}
.air-mode div.active {
    background-color: #ff6c36;
    color: #fff;
}
.block5-box-item {
    position: relative;
}

.block6-body-item {
    position: relative;
    font-size: 0px;
}
.block6-body img:nth-child(1) {
    z-index: 1;
    position: relative;
    font-size: 0px;
}
.pt-100 {
    padding-top: 100px;
}
.block6-body {
    overflow: hidden;
}
.block6-body img.pixo-30w {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.pixo-block-colours {
    position: relative;
    width: 100%; /* 自适应宽度 */
    height: 70vh; /* 高度根据内容自适应 */
    max-height: 100vh; /* 最高高度设置为视口高度 */
    overflow: hidden; /* 防止溢出 */
}
.pixo-block-colours img {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; /* 自适应高度 */
    object-fit: contain; /* 让图片内容适应容器 */
    transition: opacity 0.5s ease;
}

.block6-body video.pixo-30w-video {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    bottom: 20px;
    z-index: 1;
    mix-blend-mode: screen;
    opacity: 0;
}

/* 板块7样式 */
.block7-box ul, .block7-box .silder-block7 ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.block7-box {
    overflow:  hidden;
}
.block7-box .silder-block7 {
    width: 200%;
}
.block7-box .silder-block7 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-direction: row;
    gap: 20px;
    width: 50%;
    float: left;
}
.prev-icon-prev a, .prev-icon-next a {
    color: #333;
    text-decoration: none;
}
.prev-icon-prev a, .prev-icon-next a{
    opacity: 0.6;
}
.prev-icon-prev a:hover, .prev-icon-next a:hover{
    opacity: 1;
}
.silder-box {
    position: relative;
}
.silder-box .prev-icon-prev {
    position: absolute;
    top: 50%;
    left: -64px;
    color: #333;
}
.silder-box .prev-icon-next {
    position: absolute;
    top: 50%;
    right: -64px;
}
.item-title-border_b {
    border-bottom:2px solid #333;
    text-align: center;
    width: 50%;
    margin: 0px auto;
    padding-bottom: 15px;
}
.block7-box .silder-block7 ul li {
    background-color: #F5F5F7;
    overflow: hidden;
    border-radius: 15px;
    padding: 30px;
}
.block7-item-title h3, .block7-item-title p {
    text-align: center;
}
.pixo-fill {
    background-color: #F5F5F7;
    padding:0 30px;
    display: flex;
    align-items: center;
    border-radius: 15px;
}
.pixo-fill .fill-image {
    width: 40%;
}
.pixo-fill .fill-title {
    width: 60%;
}
.pixo-fill .fill-image img {
    max-width: 100%;
}

.fill-title .prod-sec-desc {
    padding: 0px;
    max-width: 100%;
    margin-top: 15px;
}

.block8-body-item {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: space-around;
}
.block8-body-item .block8-item-left {
    width: 35%;
    padding: 50px;
    position: relative;
    min-height: 500px;
}
.block8-body-item .block8-item-left img {
    width: 50%;
    position: absolute;
    top: 5%;
    left: 15%;
}
.block8-body-item .block8-item-left img:nth-child(3) {
    top: -15%;
}
.block8-body-item .block8-item-right {
    width: 60%;
}
section h2, section h3 {
    font-weight: bold;
}

/* 板块8样式 */
.pixo-step1 {
    display: flex;
    height: 40px;
    width: 100%;
}
.pixo-step1 div:nth-child(1) {
    height: 100%;
    background: linear-gradient(90deg, #FAE165, #FF7F33) ;
    width: 80%;
    border-radius: 10px;
}
.pixo-step1 div:nth-child(2) {
    height: 100%;
    line-height: 40px;
    width: 20%;
    padding-left: 20px;
}
.pixo-step2 {
    display: flex;
    height: 40px;
    width: 100%;
    margin-top: 15px;
}
.pixo-step2 div:nth-child(1) {
    height: 100%;
    background: #999;
    width: 40%;
    border-radius: 10px;
}
.pixo-step2 div:nth-child(2) {
    height: 100%;
    line-height: 40px;
    width: 20%;
    padding-left: 20px;
}
.line-item-text {
    color: #fff;
}

.block9-lifestyle {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.block9-lifestyle .lifestyle-item {
    border-radius: 15px;
    overflow: hidden;
}
.block9-lifestyle .block9-lifestyle-item {
    height:660px;
    overflow: hidden;
}
.block9-lifestyle .block9-lifestyle-item:nth-child(1){
    display: flex;
    flex-direction: column;
    width: 75%;
}
.block9-lifestyle .block9-lifestyle-item:nth-child(2) .lifestyle-item{
    height: 660px;
    border-radius: 15px;
}
.filestyle-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:15px;
}
.block9-lifestyle-item img {
    animation: small_init 0.2s forwards;
}
.block9-lifestyle-item img:hover {
    animation: small_enter 0.2s forwards;
}

/* 样式 */
.colours-box {
    background: linear-gradient(90deg, #D5D5D5, #F6F6F6) ;
    border-radius: 15px;
    display: grid;
    grid-template-columns: 60% 40%;
    padding: 100px 0;
    position: relative;
}
.colors-img-item img {
    width: 17%;
}
.colours-box-item {
    position: relative;
}
.colours-box-mode img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.colours-box-mode img.active {
    opacity: 1;
}
.colors-img-item {
    display: none;
}
.colors-img-item .probox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.colors-img-item.active{
    display: block;
}
.colours-box-mode {
    top:-170px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.tab-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    margin-top: 30px;
    gap: 10px;
    justify-content: center;
    height: 30px;
}
.tab-btns a {
    width: 16px;
    height: 16px;
    border-radius: 12px;
    border:1px solid #ccc;
}
.tab-btns a:hover, .tab-btns a:active {
    animation: size_change 0.2s forwards;
}
.tab-btns a:nth-child(1) { background-color: #C7C8CA; }
.tab-btns a:nth-child(2) { background-color: #9BAB98; }
.tab-btns a:nth-child(3) { background-color: #5D5C58; }
.tab-btns a:nth-child(4) { background-color: #BBB9AD; }
.tab-btns a:nth-child(5) { background-color: #8F9DA6; }

.colors-title1 { color: #7f7f80; }
.colors-title2 { color: #5c9651; }
.colors-title3 { color: #3d3c37; }
.colors-title4 { color: #99978d; }
.colors-title5 { color: #304d5f; }

@keyframes size_change {
    100% {
        scale: 1.08;
    }
}
/* 板块10 样式 */
.colors-box, .colors-item {
    position: relative;
}
.color-item-box {
    position: absolute;
    top: 0%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.right-item img {
    width: 16%;
}
.color-item {
    display: none;
}
.color-item.active{
    display: block;
}
.color-item-box , .color-item-box h3{
    text-align: center;
}
.colors-box .color-item-box {
    width: 100%;
    height: 100%;
}
.color-left {
    width: 65%;
}
.color-right {
    width: 35%;
}
@keyframes small_init {
    0% {
        scale: 1.2;
    }
    100% {
        scale: 1;
    }
}

@keyframes small_enter {
    0% {
        scale: 1;
    }
    100% {
        scale: 1.2;
    }
}

@keyframes scbig {
    0% {
        width:80%
    }
    100% {
        width: 120%;;
    }
}

@keyframes ani_init {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ani_action {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

@keyframes ani_bg_init {
    0% {
        background-size: 400%;
    }
    100% {
        background-size: 350%;
    }
}
@keyframes ani_bg_action {
    0% {
        background-size: 350%;
    }
    100% {
        background-size: 400%;
    }
}
.hide-sm {
    display: block;
}

.show-sm {
    display: none;
}

@media (max-width: 1400px) {
    .wrap:not(".block7-section .wrap") {
        overflow: hidden !important;
    }
}

@media (max-width: 1000px) {
    .hide-sm {
        display: none;
    }
    .show-sm {
        display: block;
    }
    .colours-box {
        background: linear-gradient(90deg, #D5D5D5, #F6F6F6) ;
        border-radius: 15px;
        display: grid;
        grid-template-columns: 100%;
        padding: 115px 0;
        position: relative;
    }
    .colours-box-mode {
        position: relative;
        overflow: hidden;
    }
    .colours-box-mode {
        top: -70px;
    }
    .colours-box-item {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
    }

    .product-colors {
        height: 100%;
    }
    .muti-color .wrap {
        border-radius: 15px;
        overflow: visible;
    }
    .product-colors{
        position: absolute;
        width: 100%;
        bottom: -230px
    }
    .pixo-block4 {
        margin-top: 100px;
    }
    .tab-btns {
        margin-top: 10px;
    }
    .theme-annimate-btn a {
        padding: 10px;
        font-size: 20px;
    }
}


@media (max-width: 768px) {
    .pt-100 {
        padding-top: 50px;
    }
    .pb-100 {
        padding-bottom: 50px;
    }
    section h2, section p:not(".prodd-label") {
        text-align: center;
    }
    .new-params .param-top {
        display: grid;
        grid-template-columns: 1fr;
        min-height: 320px;
        justify-content: space-around;
        overflow: hidden;
    }
    .new-params .param-down .new-params-item:nth-child(1) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        justify-content: space-between;
    }
    .new-params {
        margin: 20px 0px;
    }
    .pixo-block2 {
        padding: 50px 0px;
    }
    .sky-params {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 15px;
        align-content: center;
    }
    .ptb-200 {
        padding: 50px 0px;
    }
    .block3-box {
        display: grid;
        grid-template-columns: 100%;
        border-radius: 8px;
        overflow: hidden;
    }
    .block3-box-item-img {
        position: relative;
        width: 100%;
        height: auto;
    }
    .block3-box-item-text {
        padding: 20px 20px;
        margin: 0px 0px;
        border-left: 0px solid #666;
    }

    .block3-box-item-text h2,.block3-box-item-text p {
        text-align: center;
    }
    .auto-anni-text h2, .auto-anni-text p{
        text-align: center;
    }
    .auto-anni {
        background-color: #F3FCED;
        display: grid;
        grid-template-columns: 100%;
        border-radius: 8px;
        overflow: hidden;
        padding: 15px 0px;
    }
    .auto-anni .mode-tab {
        top: 30px;
    }
    .auto-anni .block3-box-item-img {
        height: 300px;
    }
    .auto-anni-text {
        padding: 0px;
    }

    .auto-anni .mode-tab{
        flex-direction:column
    }
    .prod-sec-desc p {
        margin-top: 10px;
    }
    .themes-action-box-item .themes-btns {
        display: grid;
        grid-template-columns: 30% 30%;
        align-items: center;
        justify-content: center;
        padding: 20px;
        gap: 15px;
    }

    .pixo-fill {
        padding: 0 30px;
        display: flex;
        align-items: flex-start;
        border-radius: 8px;
        box-sizing: border-box;
        flex-direction: column;
    }
    .fill-title {
        padding: 20px 0px;
    }
    .block8-body-item {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: flex-start;
        align-items: center;
    }
    .pixo-block4 .description {
        display: flex;
        flex-direction: column;
    }
    .block5-box div.wrap {
        width: 100%;
        padding: 0px 10px;
        margin: 0px;
        box-sizing: border-box;
    }


    .block8-body-item .block8-item-left {
        width: 45%;
        padding: 20px;
        position: relative;
        min-height: 250px;
    }
    .sky-param-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .sky-params-item h2 {
        font-weight: bold;
        font-size: 18px;
    }
    .block7-box .silder-block7 ul li {
        background-color: #F5F5F7;
        overflow: hidden;
        border-radius: 8px;
        padding: 10px;
    }
    .block7-box .silder-block7 ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        flex-direction: row;
        gap: 10px;
        width: 50%;
        float: left;
    }
    .block9-lifestyle {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .block9-lifestyle .block9-lifestyle-item:nth-child(1) {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .block9-lifestyle .block9-lifestyle-item {
        height: auto;
        overflow: hidden;
    }
    .block9-lifestyle .block9-lifestyle-item:nth-child(2) .lifestyle-item {
        height: auto;
        border-radius: 15px;
    }
    .block9-lifestyle .lifestyle-item {
        border-radius: 8px;
    }

    .silder-box .prev-icon-prev {
        position: absolute;
        top: 50%;
        left: -10px;
        color: #333;
    }
    .silder-box .prev-icon-next {
        position: absolute;
        top: 50%;
        right: -10px;
    }
    .block8-body-item .block8-item-left{
        width: 70%;
    }
    .block8-body-item .block8-item-right {
        width: 80%;
    }
    .pixo-block2{
        height: auto;
    }
    .wrap {
        overflow: hidden;
    }
    .banner-logo-img {
        max-width: 50%;
    }
    .canvas-mode {
        height: 400px; 
        width: 100%;
    }
    .pixo-fill .fill-image {
        width: 100%;
    }
    .pixo-fill .fill-title {
        width: 100%;
    }
    .pixo-block4 h2, .pixo-block4 p {
        text-align: center;
    }
    .image {
        max-width: 100%;
    }
    .sky-pixo img
    {
        max-width: 100% !important;
    }
    .sky-pixo {
        position: relative;
        width: 100%;
        padding: 50px 0;
    }
    .pixo-block2 {
        background: #F0F0F0;
    }
    .mobile-title-white {
        color: #fff;
    }
    .new-params .param-down .new-params-item:nth-child(1) .item-box:nth-child(3) {
        background: url('/wp-content/themes/aspire/assets/images/pixo/2-6.png') no-repeat;
        background-size: 100%;
        overflow: hidden;
        background-color: #EBEBED;
        background-position-y: 87%;
        animation: none;
    }
}