.wav-dl-shortcode{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70% 0;
}

.wav-dl-shortcode .wav-dl-thumb{
    display: inline-block;
    width: 165px;
    height: auto;
    border: 1px solid #e1e4e6;
    box-sizing: border-box;
    transform: translateY(-48px);
}

.wav-dl-shortcode .wav-dl-post-content p {
    font-size: 1.1rem;
}

.wav-dl-post-content {
    background: white;
    padding: 2.8125rem;
}

.wav-dl-shortcode .image-container {
    margin-bottom: 1rem;

    @include breakpoint(medium) {
        margin-bottom: 0;
    }
}

.wav-dl-shortcode .wav-dl-inner{
    padding: 1rem 2.5rem;
    height: fit-content;
    box-sizing: border-box;
    text-align: center;
    font-family: "Oswald-Regular", Helvetica, Roboto, Arial, sans-serif;
}

.wav-dl-shortcode .button{
    padding: .75rem .75rem .9rem;
    margin: 0 auto;

}
.wav-dl-shortcode .btn img{
    width: 20px;
    height: auto;
    display: inline-block;
    margin-left: 4px;
    object-fit: contain;
}
.wav-dl-shortcode .btn:visited,
.wav-dl-shortcode .btn:hover,
.wav-dl-shortcode .btn:focus,
.wav-dl-shortcode .btn:active{
    color: #fff !important;
}

@media only screen and (max-width: 959px) {
    .wav-dl-shortcode .wav-dl-inner{
        padding: 0px 32px;
    }
}
