.header{
    position: relative;
    height: 550px;
    margin-bottom: 0;
}
.header .title{
    position: absolute;
    width: 100%;
    bottom: 180px;
}
.sub-header{
    margin-top: 80px;
    margin-bottom: 80px;
}
.hosts{
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: var(--black);
    color: var(--white)
}
.hosts h2{
    margin-bottom: 50px;
}
.hosts .item{
    display: flex;
    flex-direction: row;
    /* align-items: flex-end; */
}
.hosts .item .imag{
    flex: 1;
    margin-right: 20px;
}
.hosts .item .txt{
    flex: 1;
}
.hosts .item b{
    display: block;
    margin-bottom: 8px;
    /* font-size: 14px; */
}
.hosts .item p{
    font-size: 14px;
    line-height: 1.3;
}
.hosts .item .ico{
    width: 20px;
}
.links-grid{
    margin: 40px 0;
    margin-bottom: 60px;
}
.place{
    margin-bottom: 80px!important;
}
.grid-relative {
    margin-bottom: 0;
    padding-top: 0;
}
.grid-relative .img {    
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.grid-relative .column:first-child .img:nth-child(odd){	
	left: 0;
}
.grid-relative .column:first-child .img:nth-child(odd).sm{	
	left: 0;
}
.grid-relative .column:first-child .img:first-child{
	left: 0!important;
}
.grid-relative .column:first-child .img:first-child.sm{
	left: 0!important;
}
.grid-relative .column:nth-child(2) .img:nth-child(even){
	right: 0;
}
.grid-relative .column:nth-child(2) .img:nth-child(even).sm{
	left: 0;
}
.grid-relative .column:last-child .img:nth-child(odd){
	right: 0;
}
.grid-relative .column:last-child .img:nth-child(odd).sm{
	left: 0;
}

.grid-relative .column:nth-child(1) .spacer, .grid-relative .column:nth-child(3) .spacer{
    position: relative;
    padding-top: 45%;
}
.grid-relative .column:nth-child(1) .img, .grid-relative .column:nth-child(3) .img{
    width: 105%;
}
.grid-relative .column:nth-child(2){
    /* z-index: 2; */
    z-index: unset;
}
.grid-relative .column:nth-child(2) .img:nth-child(odd){	
    width: 120%;
    left: -30%;
    margin-bottom: 70px;
}
.grid-relative .column:nth-child(2) .img:nth-child(even){	
    width: 120%;
	right: -10%;
}
.grid-relative .column:nth-child(3){
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}

.grid-relative .place:nth-child(even) .column:nth-child(1){
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}
.grid-relative .place:nth-child(even) .column:nth-child(1) .img{
    left: 20px!important;
}
.grid-relative .place:nth-child(even) .column:nth-child(2) .img:nth-child(odd){    
    left: auto;
    right: -10%;
}
.grid-relative .place:nth-child(even) .column:nth-child(2) .img:nth-child(even){
    left: -30%;
    right: auto;
}
.grid-relative .place:nth-child(even) .column:nth-child(3){
    align-items: flex-start;
    justify-content: flex-start;
}
.grid-relative .place:nth-child(even) .column:nth-child(3) .img{
    left: -20px!important;
}

.img-grid h4{
    font-size: 28px;
}
.place .title{
    display: flex;
    align-items: center;
    position: absolute;
    min-width: 260px;
    height: 120px;
    padding: 0 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--grey4);
    z-index: 1;
}
.place .title h2{
    margin: 0;
    text-align: center;
}



/* Tablets */
@media screen and (max-width: 1200px){

    .header {
        height: 400px;
    }
    .header h1{
        margin-top: 30px;
        margin-bottom: 0;
    }
    .header .title{
        bottom: 160px;
    }
    .sub-header {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .hosts .columns{
        flex-direction: column;
    }
    .hosts .column:first-child{
        margin-bottom: 30px;
    }
    .hosts .item .imag {
        flex: none;
        margin-right: 20px;
        width: 200px;
    }
    .place .title{
        z-index: 100;
    }

}


/* Mobile */
@media screen and (max-width: 576px){

    .header {
        height: 320px;
    }
    header .title {
        bottom: 120px;
    }
    .sub-header {
        margin-top: 40px;
        margin-bottom: 30px;
        padding-top: 0;
    }
    .sub-header .column{
        width: 100%;
    }
    .hosts {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .hosts .item {
        display: flex;
        flex-direction: column;
    }
    .hosts .item .imag {        
        width: 100px;
        width: 100%;
        margin: 0;
        margin-bottom: 16px;
    }
    .image.is-3by4 {
        padding-top: 100%;
    }
    .hosts h2 {
        margin-bottom: 30px;
    }
    .hosts .item p {
        font-size: 13px;
    }
    .hosts .item p br {
        display: none;
    }
    .hosts .column:first-child {
        margin-bottom: 24px;
    }
    .place{
        margin: 0;
        margin-bottom: 60px!important;
    }
    .place .column{
        flex: none;
        width: 33.333%;
        width: 0;
        padding: 0;
    }
    .place .title {
        min-width: 10px;
        height: auto;
        padding: 16px;
    }
    .place .title h2 {
        font-size: 16px;
    }
    .grid-relative .column .img {
        width: calc(50vw - 22px)!important;
        left: 0;
    }
    .grid-relative .column .img .image {
        padding-top: 100% !important;
    }
    .grid-relative .column:nth-child(2) .img:nth-child(odd) {        
        left: calc(50vw - 18px)!important;
        margin-bottom: 0!important;
    }
    .grid-relative .column:nth-child(1) .spacer, .grid-relative .column:nth-child(3) .spacer {        
        padding-top: 0!important;
    }
    .grid-relative .column:nth-child(2) .img:nth-child(even){        
        margin-top: 4px;
    }
    .grid-relative .column:nth-child(3) .img{
        left: calc(100vw - 40px)!important;
    }
    .img-grid h4 {
        font-size: 18px;
    }
    .grid-relative .place:nth-child(even) .column:nth-child(1) .img{
        left: calc(50vw - 22px)!important;
        top: calc((50vw - 18px) * -1)!important;
    }
    .grid-relative .place:nth-child(even) .column:nth-child(3) .img {
        left: calc(50vw - 18px)!important;
        top: calc(50vw - 18px)!important;
    }
    /*.grid-relative .column:nth-child(1) .img, .grid-relative .column:nth-child(3) .img {
        width: calc(50vw - 20px);
        left: 0;
    }
    .grid-relative .column:nth-child(2) .img:nth-child(odd) {
        width: calc(50vw - 24px);
        left: 12vw;
        margin-bottom: 70px;
    }
    .grid-relative .column:nth-child(1) .spacer, .grid-relative .column:nth-child(3) .spacer {        
        padding-top: 20px;
    }
    .grid-relative .column:nth-child(2) .img:nth-child(even){
        width: calc(50vw - 24px);
        right: 32vw;
    }*/


}