#presentation-content {
    position: relative;
    margin: 0px auto;
    max-width: 1308px;
    width: 100%;
    /*height: 900px;*/
    /*max-height: 900px;*/
}

.presentation-block-old {
    width: 100%;
    height: 900px;
    max-height: 900px;
    float: left;
    border: 2px #313131 solid;
    border-radius: 6px;
    padding: 5px;
    background-color: #222;
    margin-left: 4px;
    margin-right: 4px;
    padding: 5px;
}
.presentation-block {
    width: calc(100vw - 32px);
    max-width: 1224px;
    border: 2px #313131 solid;
    border-radius: 6px;
    padding: 5px;
    background-color: #222;
    margin: 0px auto 8px auto;
    padding: 5px;
    position: relative;
    display: table;
}

.w13 {
    width: calc(100vw / 3 - 32px);
    max-width: calc(1308px / 3);
}

.w23 {
    width: calc(100vw / 3 * 2 - 32px);
    max-width: calc(1308px / 3 * 2);
}

.presentation-image {
    border-radius: 6px;
    float: left;
    max-width: 600px;
    width: 100%;
    margin-right: 10px;
}

.presentation-text, .presentation-text-full-small {
    border-radius: 6px;
    max-width: 600px;
    width: 100%;
    color: #ccc;
}

.presentation-text {
    float: left;
}

.presentation-text-full-small {
    margin: 0px auto;
}
.presentation-text-full {
    border-radius: 6px;
    max-width: 900px;
    width: 100%;
    margin: 0px auto;
    text-align: justify;
    color: #ccc;
}

.presentation-text-full-large {
    border-radius: 6px;
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    text-align: justify;
}

.presentation-list {
    text-align: center;
}

.presentation-list li {
    list-style: none;
    margin-left: -40px;
}

.presentation-list > li > a{
    text-decoration: none;
}

.presentation-button {
    text-decoration: none;
    border: 2px #313131 solid;
    border-radius: 6px;
    background-color: #222;
    color: #ff6600;
}

.presentation-button:hover {
    border: 2px #565656 solid;
    background-color: #313131;
}

.travelMap {
    width: 90%;
    margin: 0px auto;
    position: relative;
    left: 5%;
}