.slideshow-block-one {
    background-color: var(--primary-color-mytheme);
}

.slideshow-block-two {
    background-color: var(--secondary-color);
}

/* --- Hide all slides by default --- */
.slideshow-container > .slideshow-block {
    display: none;
}

.slideshow-container{
    margin-left:auto;
    margin-right:auto;
}

.slideshow-block {
    position: relative;
    display: flex;
    flex: 0 0 50%;
    height: auto;
    min-height:396px;
}

/* --- Text section --- */
.slideshow-text {
    padding: 20px;
    color: var(--primary-text);
}

.slideshow-container h2 {
    margin: 0;
}

/* --- Image section --- */
.slideshow-container figure,
.slideshow-container img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.slideshow-container > div {
    display: none;
}

.slideshow-container > div.active {
    display: grid;
}

body .slideshow-container .poot{
    object-fit: unset !important;
    width: 125px !important;
    height: 30% !important;
    opacity:0.10;
    top:25px;
    left:25px;
}

.poot img{
    object-fit:unset;
    transform: rotate(320deg);
}

@media only screen and (max-width: 640px){
    body .slideshow-container .poot {
        position: absolute !important;
        height:35% !important;
    }

    .slideshow-block .wp-block-media-text__content{
        position:relative;

    }
}