.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;
}

.pilot-image
{
    width: 120px !important;
    height: 160px !important;
    position: absolute;
    top: 350px;
    right: 0;
    border: 5px solid rgba(255,255,255,1);
    cursor: pointer;
}

.default-data-container
{
    width: 225px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    color: lightgrey;
    background-color: rgba(86, 86, 86, 0.8);
}

.about-me-link
{
    width: 115px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    color: lightgrey;
    background-color: rgba(86, 86, 86, 0.8);
    cursor: pointer;
}

.about-me-container
{
    display: none;
}

.about-me-main-container
{
    position: absolute;
    top: 0;
    left:0;
    border: 1px solid red;
}

.transparent
{
    opacity: 0 !important;
}

.content-container > .container
{
    width: 100% !important;
    background-color: #ede9df;
    padding-bottom: 20px;
}
