.imgitxslide {
    width: calc(100vw - 4px);
    object-fit: cover;
}

.backgroundcenter{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 15px;
    width: 100%;
    height: 100%;
    text-align: center;
}
.backgroundcenter .fl-center {
    position: relative;
    display: block;
    flex: 0 0 auto;
    padding: 10px 0;
}
.boxabsolute{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}
.boxabsolute-inside {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.bannertext1{
    position: relative;
    display: block;
    font-size: 10vw;
    line-height: 10vw;
    font-family: "Titlu", sans-serif;
    font-weight: 300;
    color: #E4BF7E;
}
.bannertext2{
    font-size: 4vw;
    font-weight: 300;
    line-height: 0vw;
    text-transform: uppercase;
    color: #E4BF7E;
    margin-top: 0px;
}
.butonvezi{
    background: #000;
    border: 3px solid;
    border-image-slice: 1;
    border-width: 3px;
    border-image-source: linear-gradient(35deg, rgba(180,144,58,1) 0%, rgba(214,182,95,1) 11%, rgba(213,182,122,1) 20%, rgba(255,229,166,1) 27%, rgba(214,182,95,1) 40%, rgba(149,113,34,1) 57%, rgba(71,52,13,1) 76%, rgba(149,113,34,1) 80%, rgba(68,50,12,1) 81%, rgba(149,113,34,1) 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0 30px;
    height: 40px;
    margin-top:40px;
    display: inline-flex;
    align-items: center;
}

.desktop-slide:hover .backgroundcenter{
    animation: img01slideshowabsolute 3s infinite;
}
@keyframes img01slideshowabsolute{
0% {
    border-image-source: linear-gradient(35deg, rgba(180,144,58,0.7) 0%, rgba(214,182,95,0.7) 11%, rgba(213,182,122,0.7) 20%, rgba(255,229,166,0.7) 27%, rgba(214,182,95,0.7) 40%, rgba(149,113,34,0.7) 57%, rgba(71,52,13,0.7) 76%, rgba(149,113,34,0.7) 80%, rgba(68,50,12,0.7) 81%, rgba(149,113,34,0.7) 100%);
}
50% {
    border-image-source: linear-gradient(129deg, rgba(186,145,58,1) 0%, rgba(255,229,166,1) 34%, rgba(214,182,95,1) 68%, rgba(212,187,134,1) 100%);
}
100% {
    border-image-source: linear-gradient(35deg, rgba(180,144,58,0.7) 0%, rgba(214,182,95,0.7) 11%, rgba(213,182,122,0.7) 20%, rgba(255,229,166,0.7) 27%, rgba(214,182,95,0.7) 40%, rgba(149,113,34,0.7) 57%, rgba(71,52,13,0.7) 76%, rgba(149,113,34,0.7) 80%, rgba(68,50,12,0.7) 81%, rgba(149,113,34,0.7) 100%);
}
}
