.AM_DC_readMore_top {
    margin: 0;
}
#AM_DC_child_video_parent {
    background-color: #f5f5f5;
    margin-bottom: 30px;
}
.AM_DC_child_video_intro {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 80%;
}
.AM_DC_child_video_intro p p,
.AM_DC_child_video_description p p {
    display: inline;
}
#AM_DC_child_video_parent h4, 
#AM_DC_child_video_parent h5 {
    font-size: 26px;
}
.AM_DC_child_videoContent_left {
    width: 45%;
    max-width: 700px;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    height: 390px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.AM_DC_child_videoContent {
    margin-top: 50px;
    position: relative;
    text-align: center;
    height: 400px;
}
.AM_DC_child_videoContent_right {
    width: 40%;
    display: inline-block;
    height: 390px;
    top: -120px;
    position: relative;
    text-align: left;
}
#AM_DC_videoPlayer {
    border: none !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.AM_DC_child_video_description {
    width: 80%;
    margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
    .AM_DC_child_videoContent_left {
        width: 80%;
        height: 180px;
        max-width: 320px !important;
    }
    .AM_DC_child_videoContent_right {
        width: 100%;
        height: auto;
        top: 0;
        margin-top: 30px;
    }
    .AM_DC_child_videoContent {
        height: auto;
    }
    
}