﻿
.item {
    margin-bottom: 50px;
    letter-spacing: 0.1em;
    padding: 0px;
}

.itemIMG {
    width: 46.6%;
    display: inline-block;
    float: left;
}

    .itemIMG > div {
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center center;
    }

.itemContent {
    padding: 0.5em;
    width: 53.4%;
    display: inline-block;
    background-color: #fdfbf8;
    height: 100%;
}

    .itemContent h3 {
        display: block;
    }

    .itemContent h4 a {
        color: #000000;
    }

        .itemContent h4 a:hover {
            color: #000000;
            text-decoration: none;
        }

    .itemContent .desc {
        display: block;
        font-size: small;
        color: #706f6c;
        text-align: justify;
    }

    .itemContent .content {
        display: block;
    }

    .itemContent .catalog {
        color: #f1a76e;
        font-size: small;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 49%;
        float: left;
        display: inline-block;
    }

    .itemContent .date {
        font-size: small;
        text-align: right;
        margin-top: 10px;
        margin-bottom: 10px;
        display: inline-block;
        width: 50%;
    }

.CoverImg {
    padding-top: 75%;
}

@media only screen and (max-width: 550px) {
    .itemIMG {
        width: 100%;
        display: block;
       
    } 
    .itemContent {
        padding: 0.5em;
        width: 100%;
        display: block;
      
    }

        .itemContent h4 {
            margin-top: 0.6em;
        }

        .itemIMG > div {
            background-size: cover;
        }
}
