.user-photo img{
     display: none;
 }

@media print{
	body{
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
    header,
    footer, .pp-heading-content, .fl-callout-content, .fluid-width-video-wrapper, .fl-module-pp-smart-button {
        display: none!important;
    }
    .fl-row-content-wrap {
        padding: 20px 0!important;
    }
    .photo2{
        display: block!important;
        margin: 0 auto!important;
    }
    .photo1{
        display: none!important;
    }
    img{
        margin: 0 auto!important;
    }
}