/* Print/PDF size */
@media print {
    .cv-portrait {
        width: 50mm;
        height: auto;
    }
}