img {
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
}

/* Showreel */
#showreel {
    width: 720px;
    height: auto;
    max-width: 90vw; 
    max-height: 90vh; 
    aspect-ratio: 720 / 576;
}

/* About me */
#aboutme {
    width: 500px;
    height: auto;
    max-width: 90vw; 
    max-height: 90vh; 
    aspect-ratio: 500 / 550;
}

/* About me */
#presskitc {
    width: 1000px;
    height: auto;
    max-width: 90vw; 
    max-height: 90vh; 
    aspect-ratio: 500 / 500;
}
