.onePictTwoLinksModule{
    margin: 10px 0;
}
.onePictTwoLinksModule > .onePictTile{
    position: relative;
    margin: 0;
    padding: 0;
}
.onePictTwoLinksModule > .onePictTile > img{
    width: 100%;
    margin: 0;
    padding: 0;    
}
.onePictTwoLinksModule > .onePictTile > a{
    position: absolute;
    width: 35%;
    margin: 0;
    padding: 12px 15px;
    right: 0;
    color: #fff;
    font-size: 1.3em;
    text-transform: uppercase;
    background: #49ad3c url(../../../img/bg-green.jpg);
    transition: all 0.2s linear;
}
.onePictTwoLinksModule > .onePictTile > a:hover{
    background-color: #2c6e24; 
    background-image: none;
    text-decoration: none;
}
.onePictTwoLinksModule > .onePictTile > a > i{
    float: right;
    margin-top: 5px;
}
.onePictTwoLinksModule > .onePictTile > a.firstLink{
    top: 0px;
}
.onePictTwoLinksModule > .onePictTile > a.secondLink{
    bottom: 0px;
}
@media (max-width: 990px){
    .onePictTwoLinksModule > .onePictTile > a{
        width: 50%;
    }    
}
@media (max-width: 620px){
    .onePictTwoLinksModule > .onePictTile > a{
        width: 60%;
        font-size: 1em;
    }    
}
@media (max-width: 420px){
    .onePictTwoLinksModule > .onePictTile > a{
        width: 80%;
        font-size: .8em;
    }    
}
@media (max-width: 250px){
    .onePictTwoLinksModule{
        display: none;
    }    
}