/**********************************************************
*    IncludeMe Tools
*    IncludeMe-slideshow V3.0.0
*    Copyright 2023, Hyssop Production
*    https://www.hyssop.com/
**********************************************************/
#slideshow-wrapper {
    font-family:Arial, Helvetica, sans-serif; /**???????????????????????????????????????????*/
    font-size:smaller;
}

#slideshow {
    text-align:center;
    white-space:nowrap;
    margin-bottom: -20px;
    padding-top: 46px;
}

#slideshow-prev, #slideshow-next {
    display:inline-block;
    width:6em;
    font-size:smaller;
    cursor:pointer;
    position: relative;
    top: -23px;
    padding: 20px 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#slideshow-prev {
    text-align:right;
    margin-left:1em;
}

#slideshow-next {
    text-align:left;
    margin-right:1em;
}

#slideshow a {
    text-decoration:none;
}

#slideshow-image {
    border-width:0px;
}

#slideshow-desc {
    margin:0px auto;
    font-weight:bold;
    text-align:center;
    padding-bottom: 10px;
}

/*-- desktop -----------------------------------------------------------------------------------------*/

/*-- mobile -----------------------------------------------------------------------------------------*/
@media all and (max-width: 699px) {
    #slideshow {
        width: calc(100% - 11em);
    }

    #slideshow-image {
        width: calc(100% - 0.5em);
    }

    #slideshow-desc {
        width: 100% !important;
    }

    #slideshow-prev, #slideshow-next {
        width: 5.5em;
    }
}