.trivia
{
    padding: 10.4vw;
}
.trivia > .av_one_third
{
    margin-left: 10px;
    width: calc(33.333% - 6.66px);
}
.trivia > .av_one_third:first-child
{
    margin-left: 0px;
}



.trivia-cell
{
    min-height: 550px!important;
    padding: 2.6vw;
}

.trivia-2 a
{
    display: block;
    margin-bottom: 25px;
    font-size: 24px;
    color: white!important;
}

.trivia-2 .trivia-type{
    margin-bottom: 25px;
}

.trivia-3{
    position: relative;
    background-size: cover!important;
}
.trivia-panel-title
{
    padding: 20px;
    background: #E51937;
    position: absolute;
    bottom: 60px;
    right: -30px;
}
.trivia-3 .trivia-type
{
    margin-bottom: 0px;
}
.trivia-panel-title-text
{
    font-size: 18px;
    font-weight: bold;
    color: white;
    line-height: 1.2;
}

.single-history-image
{
    position: absolute;
    top: 0;
    left : 0;
    width: 100%;
    height: 100%;
        background:  no-repeat center center scroll; 
    background-size: cover;
}