.wrapper{
    background-image: url(../images/about/about.jpg);
    height: 50vh;
    background-size: cover;
    background-position: left;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
}

.about-wrapper{
    padding-top: 150px;
    margin:0px auto;
    position:relative;
    max-width:960px;
    width:90%;
    height:100%;
}

.random-about-icon{
    position: absolute;
    top: 800px;
    left: -200px;
    height: 800px;
    transform-origin: center center;
    transform: translate(50px, -100px);
}

h1{
    font-size: 74px;
    text-align: center;
    //text-transform: uppercase;
    font-family: skytree;
    letter-spacing: 0.25em;
    color: #fff;
}

.selfie{
    background:url(../images/about/IMG6753.jpg);
    background-size:cover;
    width:50%;
    height:550px;
    border-right:20px solid transparent;
    float:left;
    
}

.about-unit{
    display:block;
    position:relative;
}

.about-other{
    width:50%;
    border-left:20px solid transparent;
    float:left;
}

.about-other h3{
    letter-spacing:2px;
}

.other-selfie{
    background:url(../images/about/about2.jpg);
    background-size:cover;
    width:100%;
    height:300px;
    clear:both;
    margin-bottom:30px;
    z-index: 1;
}

.other-selfie-resp{
    display:none;
    background:url(../images/about/about2.jpg);
    background-size:cover;
    width:100%;
    height:300px;
    clear:both;
    margin-bottom:30px;
    z-index: 1;
}

/*.test-selfie{
    background:url(../images/thumbnails/sport.jpg);
    background-size:cover;
    width: 100%;
    height: 300px;
    margin-bottom:30px;
}*/
    
.about-text{
    line-height: 2em;
    padding-bottom: 200px;
}

@media screen and (max-width: 820px){
    
    .about-wrapper{
        margin:80px auto;
    }

    .random-about-icon{
        height: 500px;
    }
    
    .selfie{
        width:100%;
        height:650px;
        border-right:none;
        border-bottom:30px solid #fff;
    }
    
     .about-other{
        width:100%;
        border-left:none;
        border-bottom:20px solid #fff;
    }
    
    .other-selfie{
        height:350px;
        display: none;
    }
    
    .other-selfie-resp{
        margin-top: 50px;
        margin-bottom: 50px;
        height:450px;
        display: block;
    }
}

@media screen and (max-width: 680px){

    .random-about-icon{
        height: 400px;
    }
        
    .selfie{
        height:550px;
    }
    
    .other-selfie{
        height:250px;
    }
}

@media screen and (max-width: 500px){

    .random-about-icon{
        height: 300px;
    }
        
    .about-text{
        padding-bottom: 150px;
    }

    h1{
        font-size: 58px;
    }
}

@media screen and (max-width: 400px){

    .random-about-icon{
        height: 300px;
        transform: translateX(100px);
    }
        
    .selfie{
        height:450px;
    }
    
    .other-selfie{
        height:200px;
    }
}