.aboutContainer{

}

.miaPhoto{
    position: relative;
}

.miaPhoto > img{
    width: 100%;
}

.aboutContentContainer{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.aboutMeContent{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.embed-container{
    position: relative;
    width: 50vw;
}

.embedVideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.iframe{
    width: 100%;
}
/* .embed-container { 
    position: relative; 
    padding-bottom: 28%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
    height: auto; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
   position: absolute; 
   top: 0; 
   left: 0; 
   width: 50%; 
   height: 100%; 
} */