#block-apirenderer-facebook-feed-short .photo-feed {
    overflow-y: scroll;
    height: 92%;
    margin-top: 14%;
}

h2.photo-feed-title {
    top: 203px;
    position: absolute;
    width: 90.5%;
}

@media only screen and (max-width: 979px) and (min-width: 740px) {

h2.photo-feed-title {
    top: 225px;
    position: absolute;
    width: 87%;
    }

#block-apirenderer-facebook-feed-short .photo-feed {
    overflow-y: scroll;
    height: 91%;
    margin-top: 19%;
}
}

@media only screen and (max-width: 739px) {
h2.photo-feed-title {
    top: 181px;
    position: absolute;
    width: 95.5%;
}
#block-apirenderer-facebook-feed-short .photo-feed {        
    overflow-y: scroll;
    height: 89%;
    margin-top: 11%;
    }
}
