.film {
    width: 75%;
    height: 420px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.video {
    position: absolute;
    left: 20%;    
}

.description {
    text-align: right;
    width: 600px;
    position: absolute;
    left : 60%;
}