.certificate-header > figure > a {
    background: url(/custom_resources/158022/logo/logo.png) no-repeat center;
    display: block;
    height: 260px;
    background-size: contain;
    margin-top: 10px;
}

.certificate-header > figure > a > img {
    display: none;
}

@media (max-width: 400px) {
    .certificate-header > figure > a {
		height: 150px;
    }
}

@media (max-width: 360px) {
    .certificate-header > figure > a {
        float: none;
        width: auto;
		height: 100px;
    }
}
