
#storycard h1, #storycard p {
    font-size: unset;
    margin: unset;
}

#storycard {
    background-color: #ffffff;
    margin: 30px 0;
}

.storyopener {
    background-image: url("../../Images/Design/spiritback.png");
    height: 100%;
    width: auto;
    margin-left: -11px;
}

.storybild {
    padding-top: 20px;
    max-width: 80%;
    height: auto;
    width: auto;

}

.imgcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

#storycard ul li {
    list-style: url(../../Icons/list_logo.jpg) !important;
}

@media (max-width: 767px) {
    .storybild {
        padding-top: 0;
        max-width: unset;
        width: 100%;
     margin-left: -25px;
    }

    .imgcontainer {
        /*display: unset;*/
    }
}