@media print
{
    @page {
        size: auto;
    }
    
    body {
        background: #FFF;
        padding : 0px;
        margin : 0px;
        width :100%;
        height :100%;
    }
    
    a[href]:after {
       content: none !important;
    }
    
    .contact-sheet-image {
        page-break-inside: avoid;
    }
    
    .contact-sheet-image .asset-link {
        height : 175px;
    }
    
    .contact-sheet-image .thumbnail .asset-id {
        color : #999;
    }
    
    .contact-sheet-image .thumbnail .entity-lock-icon {
        display : none;
    }
    
    .overlay-scrim-container video,
    .overlay-scrim-container img {
        max-width: 100%;
        max-height: 150px!important;
    }
}

