/* 
    Created on : 14/07/2015, 11:25:20 AM
    Author     : josemiguel
*/
.go-flickr-container{
    min-height: 320px;
}
.go-flickr{
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    display: block;
    width: 100%;
    float: left;
    min-height: 320px;
    text-decoration: none;
    display: none;
}

.go-flickr-title{
    background: url('bg.png');
    color: #fff;
    display: none;
    width: 100%;
    float: left;
    position: relative;
    padding: 10px;
    min-height: 80px;
    margin-top: -80px;
}