﻿div.original_video {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    display: block;
}

div.original_video_layout_tr {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
}

div.original_video_layout_td {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

div.original_video_left {
    flex-basis: 70%;
    margin: 4% 4%;
}

div.original_video_right {
    flex-basis: 30%;
    margin: 4% 4%;
}

div.original_video_button_replay {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 4px #DDD;
    border-radius: 10px;
    background-color: #555;
    width: 200px;
    height: 80px;
    margin: 0 10px;
    text-align: center;
}

div.original_video_button_link {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 4px #DDD;
    border-radius: 10px;
    background-color: #555;
    width: 200px;
    height: 80px;
    margin: 60px 10px;
    text-align: center;
}

span.original_video_button_font {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    color: #FFF;
}

@media screen and (max-width:1120px) {
    div.original_video {
        padding: 0;
    }

    div.original_video_layout_tr {
        width: 100%;
        padding:25px 10px;
        align-items:center;
    }

    div.original_video_layout_td {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }

    div.original_video_left {
        flex-basis: 70%;
        margin: 4% 0;
    }

    div.original_video_right {
        flex-basis: 30%;
        margin: 4% 10px;
    }

    div.original_video_button_replay {
        display: flex;
        justify-content: center;
        align-items: center;
        border: solid 4px #DDD;
        border-radius: 10px;
        background-color: #555;
        width: 120px;
        height: 40px;
        margin: 0 10px;
        text-align: center;
    }

    div.original_video_button_link {
        display: flex;
        justify-content: center;
        align-items: center;
        border: solid 4px #DDD;
        border-radius: 10px;
        background-color: #555;
        width: 120px;
        height: 40px;
        margin: 20px 10px;
        text-align: center;
    }

    span.original_video_button_font {
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        white-space: nowrap;
        color: #FFF;
    }
}

@media screen and (max-width:1120px) {
    div.original_video {
        padding: 0;
    }

    div.original_video_layout_tr {
        width: 100%;
        padding:25px 10px;
        align-items:center;
    }

    div.original_video_layout_td {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }

    div.original_video_left {
        flex-basis: 70%;
        margin: 4% 0;
    }

    div.original_video_right {
        flex-basis: 30%;
        margin: 4% 10px;
    }

    div.original_video_button_replay {
        display: flex;
        justify-content: center;
        align-items: center;
        border: solid 4px #DDD;
        border-radius: 10px;
        background-color: #555;
        width: 120px;
        height: 40px;
        margin: 0 10px;
        text-align: center;
    }

    div.original_video_button_link {
        display: flex;
        justify-content: center;
        align-items: center;
        border: solid 4px #DDD;
        border-radius: 10px;
        background-color: #555;
        width: 120px;
        height: 40px;
        margin: 20px 10px;
        text-align: center;
    }

    span.original_video_button_font {
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        white-space: nowrap;
        color: #FFF;
    }
}
