section#presentation {
    background:#2e1b54cc;
    background:#8C2DADcc;
    display:flex;
    flex-wrap: nowrap;
    align-items:flex-end;
}

section#presentation div#sector-2 {
    display:flex;
    flex-wrap: nowrap;
    justify-content:flex-start;
    width:50%;
    min-width:500px;
    height:100%;
}

section#presentation div#sector-2 div#image-container {
    min-width:125px;
    max-width:400px;
    position:relative;    
}

section#presentation div#sector-2 img {
    position:absolute;
    right:10px;
    bottom:-50px;
    width:100%;  
    min-width:250px; 
    transform: scaleX(-1);
}

section#presentation div#sector-1 {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:50%;
    min-height:600px;
    min-width:500px;
    color:white;
    font-family: "Kanit";
}

section#presentation iframe {    
    width:100%;
    height:100%; 
    min-height:360px;
    max-width:640px;
    border:0px solid black; 
    border-radius:10px;
    margin:50px 25px;
    box-shadow: 0px 0px 5px 0px black;
}