﻿.exam-package-image-container {
    background-image: url(/images/main/backgrounds/background_spacey.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed !important;
    padding: 1rem;
    border-radius: .5rem;
    box-shadow: 0 0 8px 2px #1b1464;
}

    .exam-package-image-container img {
        max-width: 100%;
        height: auto;
        filter: drop-shadow(2px 4px 6px black);
    }