.page-template-botijos .view-post img
{
    width: 100%;
}
.page-template-botijos .view-post
{
    color: #000;
    text-decoration: none;
    
}
.page-template-botijos .view-post:hover
{
    cursor: pointer;
}
.page-template-botijos .col-botijo
{
    margin-bottom: 30px;
}
.info{
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 13px;
    border-width: 2px;
    border-style: solid;
    bottom: 5px;
    right: 5px;
    /* color: #886C4B; */
    text-align: center;
    font-size: 15px;
    color: whitesmoke;
}
.container-botijo{
    position: relative;
}
.info-show{
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(17, 14, 6, 0.7);
    color: whitesmoke;
    display: none;
    padding: 5px;
    font-size: 16px;
}
.modal-dialog{
	max-width: 700px; 
}
#postModal h5#postModalLabel{
    margin: 15px 0px;
}