.videoBoxNew {
    position: relative;
    overflow: hidden;
    padding-top: 56.2%;
    cursor: pointer;
    background: #000000 url('images/loader_new.gif') no-repeat center;
    background-size: 100px 100px;
}

.videoBoxNew iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#mVideo {
    width: 100%;
    max-width: 800px;
}

.popContainer {
    width: 100%;
}
.video_popup_wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    cursor: pointer;
    background: #000000 url('images/loader_new.gif') no-repeat center;
    background-size: 100px 100px;
    margin-bottom: 30px;
}

.video_popup_wrapper iframe {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#div_videoHolder > div.videoCaption {
    width: 100%;
    height: auto;
    color: #cccccc;
    font-size: 1em;
    text-align: left !important;
}

#videoHolder.show {
    visibility: visible;
}

.fluid_image {
	width: 100%;
	height: auto;
}