body{
    display: block;
    height: 100vh;
    margin: 0;
    overflow: hidden
}

#super-container{
    height: 100%;
}

.outer-container{
    position: relative;
    height: 50%;
    width: 100%;
    float: left;
}

.inner-container{
    height: 100%;
    width: 150%;
}

h1{
    position: absolute;
    color: white;
    font-size: 40px;
    background-color: rgba(0,0,0,0.5);
    padding: 10px
}

#software_title{
    bottom: 30px;
    padding-right: 50px
}

#acting_title{
    left: 0px;
    top: 30px;
    padding-left: 180px;
}

#software{
    background-image: url(../img/select/software-grey.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0%;
    z-index: 1;
}

@media(min-width: 970px){
    #super-container{
        width: 115%;
    }

    .outer-container{
        height: 100%;
        width: 50%;
    }

    #software{
        -webkit-clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    #software_title{
        right: -380px;
    }
}

#drama{
    background-image: url(../img/select/acting-grey.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}