#tv {
    width: 50%;
    margin-left: 25%;
}

#screen {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 100%;
}

#screen iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#other_videos {
    width: 50%;
    margin-left: 25%;
    margin-top: 25px;
}

#vids {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
}

.other_vid {
    width: 150px;
    margin: 15px;
    display: inline-block;
}

.other_vid_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.other_vid_img {
    width: 150px;
}

.content > h2 {
    margin-left: 20%;
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width: 800px) {
    #tv {
        width: 100%;
        margin: 0;
    }

    #other_videos {
        width: 100%;
        margin: 25px 0 0 0;
    }

    .content > h2 {
        margin-left: 15px;
        margin-top: 50px;
        margin-bottom: 15px;
    }

    .content {
        padding: 15px;
    }
}
