img, video {
    width: auto;
    height: 600px;
}

@media only screen and (max-width: 768px) {
    img, video {
        width: 90%;
        height: auto;
    }
}

.imagedescriptor {
    font-size: 0.8em;
    color: #555;
}