.vguide-callout {
    position: relative;
}

.vguide-callout::before {
    content: "";
    background-size: 90%;
    width: 150px;
    background-repeat: no-repeat;
    height: 151px;
    left: 0;
    position: absolute;
    top: -30px;
}

.vguide-callout img {
    position: relative;
    transform: rotate(16deg);
}

.vguide-callout .title-cont {
    position: relative;
    padding: 0px 5px;
}

.vguide-callout .title-cont h4 {
    color: #FFF;
    text-align: center;
    font-family: var(--font-wilco-bass);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1em;
    max-width: 125px;
    padding-top: 4px;
}

.vguide-callout .title-cont h4 span {
    display: block;
    font-family: var(--font-thirsty-rough);
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1;
    text-transform: none;
    font-weight: 600;
}

.vguide-callout .title-cont {
    position: relative;
    background: var(--callout-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0px;
    height: 160px;
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 30px;
}

.vguide-callout .title-cont.has-hover-image:hover{
    mask: unset;
    background: var(--callout-hover-image);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.vguide-callout .title-cont.has-hover-image:hover h4 {
    display: none;
}

@media (min-width: 64em) {

    .vguide-callout .title-cont {
        min-height: 240px;
        min-width: 240px;
        bottom: -10px;
    }

    .vguide-callout img {
        width: 100%;
    }

    

    .vguide-callout .title-cont h4 {
        font-size: 30px;
        max-width: 175px;
    }
    
    .vguide-callout .title-cont h4 span {
        font-size: 22px;
        margin-bottom: 10px;
    }
}