.movie-layout {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.movie-layout iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.greenbox {
    padding: 20px;
    background-color: #CEECC6;
    border-left: 2px solid #007968;
    border-bottom: 2px solid #007968;
    border-right: 2px solid #007968;
    border-top: 2px solid #007968;
    position: relative;
    border-radius: 2vw;
    margin-bottom: 20px;
}
.greenbox .link-item-btn {
    position: relative;
    margin: 11px auto 0;
    background: url(/ep/shared/images/icon_arrow_right_white.png) no-repeat center right 20px;
    width: 300px;
    font-size: 114.3%;
    padding: 16px 20px 14px;
    background-color:#00b9a4;
    border-radius: 30px;
    font-weight: 700;
    text-align: center;
    }

.greenbox .link-item-btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: #fff;
    text-decoration: none
    }

.greenbox .btn-col-red {
   background-color: #e62320;
}
.localnav-vertical #content-body-wrapper .section.sectionbox{
	width: 495px;
}
@media (max-width: 979px) and (min-width: 768px){
	.localnav-vertical #content-body-wrapper .section.sectionbox{
		width: 100%;
	}
	.localnav-vertical #content-body-wrapper .section.sectionbox .greenbox{
		width: 455px;
		margin: 0 auto 20px;
	}
}
@media screen and (max-width: 767px){
	.localnav-vertical #content-body-wrapper .section.sectionbox{
		width: 100%;
	}
	.localnav-vertical #content-body-wrapper .section.sectionbox .greenbox{
		width: auto;
	}
}