.sponsor-a-child-highlight {
    text-align: center;
    min-height: 422px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.sponsor-a-child-highlight p {
    font-family: 'Tetria LT W01 Regular';
    font-size: 2em;
    text-align: center;
    color: #222;
    margin-top: 60px;
}
span.hightlight-child-fName, span.hightlight-child-location, span.highlight-child-age {
    font-family: 'Felt Tip Roman W01 Reg', arial, helvetica, sans-serif !important;
    font-size: 50px;
    display: inline-block;
    padding: 0px 10px;
    margin: 0px 5px;
    border-bottom: 3px solid #222;
}

img.hightlight-child-photo {
    transform: rotate(-3deg);
    border: 10px solid #fff;
    box-shadow: 0px 1px 17px #555;
    margin-top: 12px;
    width: 200px;
    height: 267px;
    margin-left: 30px;
    float: left;
    clear: left;
    margin-right: 30px;
    background: #000;
}

a.btn.yellow {
    margin-top: 30px;
    margin-right: 30px;
}

@media (max-width: 800px) {
    img.hightlight-child-photo { float: none; margin-left:0; margin-right:0; width: 150px; height: auto; }
    .sponsor-a-child-highlight p { font-size: 1.2em; }
    span.hightlight-child-fName, span.hightlight-child-location, span.highlight-child-age { font-size: 1.5em; }
}

@media (max-width: 560px) {
    .sponsor-a-child-highlight a.btn.yellow, .sponsor-a-child-highlight a.btn.blue { display: block; margin-right:0; margin-top:30px; }
}