html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
strong,
ol,
ul,
li,
table,
tr,
th,
td,
form {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
button {
    overflow: visible;
}

html {
    overflow: auto;
}

html,
body {
    height: 100%;
    min-height: 100%;
}

body {
    font: normal 12px 'Segoe UI', Tahoma, Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.2;
    color: #1e2022;
    text-align: center;
    background: #fcfcfc;
}

p {
    padding: 0 0 10px;
}

ul {
    padding: 0 0 0 16px;
}

li {
    padding: 0 0 8px;
}

a {
    text-decoration: none;
    color: #005ace;
}

.gototop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
    opacity: 0.8;
    visibility: visible;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #8f2d00;
}

.page {
    position: relative;
    width: 100%;
    min-width: 750px;
    min-height: 100%;
}

* html .page {
    height: 100%;
}

.page .header {
    border-bottom: 1px solid #0f0f14;
    width: 100%;
    height: 100px;
    text-align: left;
    /* background-image: url('../../../images/new_amw/scroll_back_barley.png'); */
    background-image: url('../images/scroll_header2.png');
}

.header_div {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    top: 7px;
    position: relative;
}

.header_title {
    font-family: Gabriola;
    font-size: 39px;
    color: #df0000;
    font-weight: 600;
    text-shadow: 2px 2px 2px #ffedbc;
}

.header_latin_american_img {
    margin-left: 10px;
    margin-right: 10px;
}

.menu_golden_border_top {
    position: relative;
    width: 100%;
    height: 14px;
    background-image: url('../../../images/new_amw/golden_border_top.jpg')
}

.menu_golden_border_bottom {
    position: relative;
    width: 100%;
    height: 14px;
    background-image: url('../../../images/new_amw/golden_border_bottom.jpg');
}

.video3 {
    width: 98%;
    height: 550px;
    max-width: 1000px;
    border-radius: 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #000;
    position: relative;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-box-shadow: 0px 0px 20px 0px #000;
    -moz-box-shadow: 0px 0px 20px 0px #000;
    box-shadow: 0px 0px 20px 0px #000;
}

video#video_backg_warp {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

video#video_box {
    width: 80%;
    height: 80%;
}

.video_container {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.content {
    width: 100%;
}

.video_panel {
    display: flex;
    width: 80%;
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /* background-image: url('../../../images/new_amw/scroll_back_barley.png'); */
    background-image: url('../images/backg_1.png');
    opacity: 0.9;
    padding: 40px;
    border-radius: 7px;
    border: 1px solid #b79864;
}

.video_panel_video {
    display: none;
    width: 80%;
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background-image: url('../images/backg_1.png');
    opacity: 0.95;
    padding: 40px;
    border-radius: 7px;
    border: 1px solid #b79864;
}

.video_div {
    display: flex;
    width: 272px;
    height: 250px;
    border-radius: 7px;
    margin: 40px;
    /* background-image: url('../../../images/new_amw/scroll_back_barley.png'); */
    background-image: url('../images/wall_israel_sm.png');
    border-radius: 7px;
    border: 1px solid #d28d40;
    box-shadow: 6px 5px 5px -2px rgba(0, 0, 0, 0.53);
    -webkit-box-shadow: 6px 5px 5px -2px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 6px 5px 5px -2px rgba(0, 0, 0, 0.53);
    cursor: pointer;
    flex-direction: column;
}

.video_title_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 18px;
}

.video_title {
    font-family: Gabriola;
    font-size: 25px;
    color: #af2c0e;
    font-weight: 600;
    line-height: 25px;
}

.video_size {
    width: 80%;
    height: 550px;
    border-radius: 7px;
}

.btn_style {
    font-size: 22px;
    font-family: Gabriola;
    background-color: #ffb256;
    color: white;
    border-radius: 3px;
    border: 1px solid #b94711;
    cursor: pointer;
}

.thumb_border {
    border: 1px solid #e91515;
    -webkit-box-shadow: 5px 5px 8px -2px #323232; 
    box-shadow: 5px 5px 8px -2px #323232;
}

@media only screen and (max-width: 800px) {
    .video3 {
        width: 98%;
        height: 450px;
    }
}

@media only screen and (max-width: 600px) {
    .video_panel {
        width: 100%;
        padding: 0px;
    }
    .video_panel_video {
        width: 110%;
        padding: 0px;
        justify-content: flex-start;
        display: none;
        height: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        background-image: url('../images/backg_1.png');
        opacity: 0.95;
        border-radius: 7px;
        border: 1px solid #b79864;
    }
    .video3 {
        width: 80%;
        height: 350px;
    }
    .video_container {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
    }
    .content {
        width: 100%;
    }
    
    .header_latin_american_img {
        display: none;
    }

    .header_div {
        top: 19px;
    }
}

@media only screen and (max-width: 450px) {
    .video3 {
        width: 80%;
        height: 350px;
    }
    .header_title {
        font-family: Gabriola;
        font-size: 24px;
        color: #df0000;
        font-weight: 600;
        text-shadow: 2px 2px 2px #ffedbc;
        line-height: 39px;
    }
    .header_div {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
        top: 4px;
        position: relative;
        width: 40%;
        margin-left: 4%;
    }
}