.main-image-container {
    float: left;
    margin-right: 35px !important;
    margin-bottom: 15px !important;
    position: relative;
    max-width: 340px;
    border: 1px solid lightgrey;
    border-radius: 15px;
    overflow: hidden;
}

.balloon-image {
    width: 340px !important;
    height: 340px !important;
    cursor: pointer;
}


.default-data-container
{
    width: 340px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    color: lightgrey;
    background-color: rgba(86, 86, 86, 0.8);
    border-radius: 5px;
    cursor: pointer;
}

.about-me-container
{
    display: none;
}

.content-container > .container
{
    width: 100% !important;
    background-color: #ede9df;
    padding-bottom: 20px;
}
