.widget-title {
    display: inline;
    position: absolute;
    bottom: 40px; right: 140px;
    /* border: 1px solid rgb(255, 255, 255); */
    border-radius: 10px;
    padding: 20px;
    font-size: 3em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
    background-color: rgba(255, 255, 255, 0.497);
}
.widget-featured-image img {
    /* border: 10px solid red; */
    width: 1920px;
    height: 1080px;
    /* background-image: url('https://mizopetu.myhostpoint.ch/wp-content/uploads/2023/05/redd-f-5U_28ojjgms-unsplash-scaled.jpg'); */
}

.widget-content {
    display: inline;
    position: absolute;
    margin: 0 140px 0 100px;
    top: 40px; left: auto;
    /* border: 1px solid rgb(255, 255, 255); */
    border-radius: 10px;
    padding: 10px;
    font-size: 1em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
    background-color: rgba(255, 255, 255, 0.497);
}


.hidden {
    display: none;
}