﻿
.contententryimage {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    height: 240px;
    overflow: hidden;
    transition: all 0.4s linear;
    z-index: 1;
}

.contententryimage img{
    object-fit: contain;
    max-height: 100%;
    max-width: 100%;
}

.entryitem {
    flex: 1 1 0;
    width: 0;
}

.entryheadtitle h1{
    font-size: 40px;
}

.entryimage{
    height: 300px;
}

@media (max-width: 576px) {
    .entryheadtitle h1{
        font-size: 24px;
    }

    .entryitem {
        width: 100%;
        flex: 1;
    }
}
