@media print {
    .col-6{
        width: 50%;
        float: left;
        padding:10px;
    }
    .backgroundImageView{
        width: 100%;
    }
    .answerImageView{
        left: 15px; 
        top: 0; 
        z-index: 3;
        width: 93%;
    }
}
