/* SET BASE
----------------------------------------------- */
* {background: transparent; margin: 0; padding: 0; outline: none; border: 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
table {border-collapse: collapse; border-spacing: 0;}
input, select {vertical-align: middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
img {max-width: 100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}

body {font: 14px 'Montserrat', sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #000; background-color: #f2f2f2; min-height: 100%; width: 100%; font-weight: 400;}
a {color: #000; text-decoration: none;}
a:hover, a:focus {color: #ea2027; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 700; font-size: 18px;}

button, textarea, input[type="text"], input[type="password"] {appearance: none; -webkit-appearance: none; 
	font-size: 16px; font-family: 'Montserrat' !important;}

.button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
display: inline-block; text-align: center; padding: 0 20px; height: 40px; line-height: 40px; 
border-radius: 4px; cursor: pointer; 
color: #fff; background-color: #ea2027; font-size: 14px; font-weight: 700;}
.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, 
.pagi-load a:hover, .usp-btn a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, 
input[type="submit"]:hover, .meta-fav a:hover 
{background-color: #d81e24; color: #fff; box-shadow: 0 10px 20px 0 rgba(0,0,0,0);}
button:active, input[type="button"]:active,input[type="submit"]:active {box-shadow:inset 0 1px 4px 0 rgba(0,0,0,.1)}

input[type="text"],input[type="password"] {height:40px; line-height:40px; 
border-radius:4px; border:0; padding:0 15px}
select {height:40px; border:0; padding:0 15px}
textarea {padding:15px; overflow:auto; vertical-align:top; resize:vertical}
input[type="text"],input[type="password"],select,textarea {width:100%; background-color:#fff; color:#000; 
box-shadow:inset 0 0 0 1px #e3e3e3,inset 1px 2px 5px rgba(0,0,0,.1)}
select {width:auto}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus 
{box-shadow:inset 0 0 0 1px #3498db,inset 1px 2px 5px rgba(0,0,0,.1)}
input::placeholder,textarea::placeholder {color:#000; opacity: 0.8; font-size: 12px; font-weight: 500;}
input:focus::placeholder,textarea:focus::placeholder {color:transparent}

.img-box, .img-wide, .img-square, .img-resp, .img-resp-vert, .img-resp-sq, .img-fit 
{overflow: hidden; position: relative; background-color: #222;}
.img-resp {padding-top: 60%;}
.img-resp-vert {padding-top: 145%;}
.img-resp-sq {padding-top: 100%;}
.img-box img, .img-square img, .img-resp img, .img-resp-vert img, .img-resp-sq img {width: 100%; min-height: 100%; display: block;}
.img-resp img, .img-resp-vert img, .img-resp-sq img {position: absolute; left: 0; top: 0;}
.img-wide img {width: 100%; display: block;}
.img-fit img {width: 100%; height: 100%; object-fit: cover;}
.nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.fx-row {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-start {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-top {-ms-flex-align:flex-start;-webkit-align-items:flex-start;align-items:flex-start}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1 {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px;}

b, strong, h1, h2, h3, h4, h5, .fw700 {font-weight: 700;}
.icon-left .fa, .icon-left .icon {margin-right: 10px;}
.icon-right .fa, .icon-right .icon {margin-left: 10px;}
.hidden, #dofullsearch {display: none;}
.anim {transition: color .3s, background-color .3s, opacity .3s;}
.anim-all {transition: all 1s;}
.mtitle, .sub-title h1, .form-wrap h1 {margin-bottom: 30px; font-size: 24px; font-weight: 700;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative;}
.wrap-center {max-width:1400px; margin:0 auto; position:relative; z-index:20;}
.wrap-main {background-color: #f2f2f2; box-shadow: 0 0 60px rgba(0,0,0,0.2);}
.header {height: 60px; background-color: #2e2f31;}
.col-left {background-color: #e8e8e8; width: 220px; padding: 15px; 
	position: relative; z-index: 10; box-shadow: 7px 0 7px -7px rgba(0,0,0,0.3);}
.main {padding: 30px; min-height: 100vh;}
.footer {background: #2e2f31 url(../images/logo.png) left center no-repeat; font-size: 12px; 
color: #fff; padding: 15px 130px 15px 250px; position: relative;}

#gotop{position:fixed; width:40px; height:40px; line-height:40px; right:10px; bottom:10px;
z-index:9998; display:none; background-color:#000; color:#ccc; cursor:pointer; font-size:24px; 
border-radius:50%; text-align:center; box-shadow: 0 1px 4px rgba(0,0,0,0.2);}


/* HEADER
----------------------------------------------- */
.logo {width: 220px; height: 60px; display: block; margin-right: 30px;}
.btn-login {height: 30px; line-height: 30px; cursor: pointer; display: block; font-weight: 500; color: #fff;
background-color: #ea2027; text-align: center; padding: 0 15px; margin: 0 30px 0 15px; border-radius: 3px;}
.btn-login .icon {font-size: 18px; margin-right: 10px;}
.hd-menu li {display: inline-block; vertical-align: middle; margin-right: 11px;}
.hd-menu a {display: block; height: 30px; line-height: 30px; padding: 0 15px; font-weight: 500;
color:#fff;	border-radius: 3px; background-color: #747d8c; padding-left: 30px; position: relative;}
.hd-menu a:hover {color:#ea2027;}
.hd-menu a:before {content:''; width: 6px; height: 6px; border-radius: 50%; background-color: #fff; 
position: absolute; left: 12px; top: 50%; margin-top: -3px;}
.search-wrap {width:260px;}
.search-box {position:relative;}
.search-box input, .search-box input:focus {box-shadow:none; padding: 0 45px 0 15px; 
background-color: #747d8c; border-radius: 3px; height: 30px; line-height: 30px; color:#fff;}
.search-box input::placeholder {color:#fff;}
.search-box button {position:absolute; right:0px; top:-5px; z-index:10; padding:0 !important; 
background-color:transparent !important; color:#fff !important; font-size: 18px !important; width: 40px;}


/* LOGIN
----------------------------------------------- */
.login-overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
background-color: #000; opacity: 0.6; display: none;}
.login-box {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); 
background-color: #e8e8e8; padding: 30px 60px 40px 60px; width: 400px; 
box-shadow: 0 20px 60px rgba(0,0,0,0.5); display: none;}
.login-close {width: 26px; height: 26px; line-height: 26px; text-align: center; font-size: 24px; 
	cursor: pointer; position: absolute; top: -30px; right: -30px; color: #fff;}
.login-title {font-size: 24px; font-weight: 700; margin-bottom: 15px; text-align: center;}
.login-avatar {width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 15px auto; 
text-align: center; line-height: 60px; font-size: 24px; background-color: #111; color: #939393;}
.login-input {margin-bottom: 15px;}
.login-btn button {width: 100%; margin: 15px 0;}
.login-btm a {border-bottom: 1px dotted #ea2027; color: #ea2027; font-size: 12px;}
.login-menu {border-top: 1px solid #cecece; border-left: 1px solid #cecece;}
.login-menu li {text-align: center; border-right: 1px solid #cecece; border-bottom: 1px solid #cecece; width: 50%;}
.login-menu a {display: block; padding: 10px 5px; font-size: 12px;}
.login-menu li .fa {display: none; height: 28px; font-size: 22px; color: #06c;}
.login-admin {text-align: center; margin: -10px 0 25px 0;}


/* SIDE, NAV
----------------------------------------------- */
.nav {}
.nav li {position: relative;}
.nav li a {display: block; padding-left: 15px; line-height: 30px; border-bottom: 1px solid #d6d6d6; font-weight: 500;}
.nav li a:hover, .nav li a.is-active {color: #ea2027;}
.nav li a.is-active + span {opacity: 1;}
.nav li span {position: absolute; right: 15px; top: 0; display: inline-block; 
	line-height: 28px; font-size: 12px; opacity: 0.6;}
.side-bt {font-weight: 700; margin-bottom: 5px; background-color: #ccc; 
	padding: 10px 15px; border-radius: 3px; font-size: 18px;}


/* SECTION
----------------------------------------------- */
.sect + .sect {margin-top: 30px;}
.sect-header {margin-bottom: 30px;}
.sect-title {font-size: 24px; font-weight: 700;}
.sect-items {margin: 0 -8px;}
.sect-link {font-weight: 500; border-bottom: 1px dotted #ea2027; color: #ea2027;}
.sect-link:hover {border-bottom-color: transparent;}


/* THUMB
----------------------------------------------- */
.th-item {float: left; width: 25%; padding: 0 8px; margin-bottom: 15px;}
.th-in {display: block; position: relative; border-radius: 3px;}
.th-img {transition: box-shadow .2s linear; box-shadow: 0 0 10px rgba(0,0,0,0.4);}
.th-desc {height: 70px; padding: 10px 0;}
.th-title {line-height: 20px; max-height: 40px; overflow: hidden; font-size: 12px; font-weight: 500;}
.th-meta {position: absolute; z-index: 10; display: inline-block; font-size: 12px; 
padding: 5px 7px; background-color: rgba(109, 117, 131, 0.6); font-weight: 500; color: #fff;}
.th-time {left: 0; top: 0;}
.th-rating {right: 0; top: 0; background-color: rgba(234, 32, 39, 0.6); font-weight: 700;}
.th-percent {opacity: 0;}
.wdone {opacity: 1;}

.th-model {width: 16.66%;}
.th-model .th-desc {text-align: center;}
.th-quan {left: 0; bottom: 0;}


/* SEO DESCRIPTION
----------------------------------------------- */
.desc-text {background-color: #e8e8e8; margin: 30px -30px -30px -30px; padding: 30px;}
.desc-text h1, .desc-text h2, .desc-text h3 {font-size: 18px; font-weight: 700; margin-bottom: 10px;}
.desc-text p {line-height:1.7; font-size: 13px;}
.desc-text p + p {margin-top:15px;}
.desc-text p + h1, .desc-text p + h2, .desc-text p + h3 {margin-top:20px;}
.desc-text a {text-decoration: underline; color: #ea2027;}


/* FOOTER
----------------------------------------------- */
.ft-two {margin-top: 5px;}
.ft-counter {position: absolute; right: 30px; top: 15px;}
.footer a {border-bottom: 1px dotted #ea2027; color: #ea2027;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {padding-top: 15px;}
.pagi-nav {line-height:40px; text-align:left; padding:15px 30px; margin: 0 -22px; 
background-color: #e8e8e8; font-weight: 700; padding-top: 10px;}
.pagi-nav > span {display:inline-block;}
.pprev, .pnext {}
.pprev {}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:46px; text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 15px; 
background-color:#f2f2f2; margin:5px 4px 0 0; border-radius:3px; min-width: 40px;}
.navigation span:not(.nav_ext) {background-color:#ccc; color: #ea2027;}
.pagi-nav a:hover {background-color:#ea2027; color:#fff;}


/* FULL
----------------------------------------------- */
.full-page h1 {font-size: 24px; font-weight: 700; margin-bottom: 15px;}
.full-page h1 a {margin-left: 10px; font-size: 18px;}
.vp-desc + .vp-tags {margin-top: 10px;}
.vp-tags {line-height:24px;}
.vp-tags a {color: #000; border-bottom: 1px dotted #000;}
.vp-tags a:hover {border-bottom-color: transparent;}
.vp-tags b, .vp-tags a {margin-right: 8px;}

.player-behavior {background-color: #2e2f31;}
.behavior-box {width: 350px; padding: 15px;}
.player-box {width: calc(100% - 350px);width: -webkit-calc(100% - 350px);background: #e8e8e8;min-height: 200px;}
.behavior + .behavior {margin-top: 15px;}
.behavior-img {width: 120px; height: 81px; margin-right: 15px; overflow: hidden;}
.behavior-desc {font-size: 12px; font-weight: 500; width: calc(100% - 135px); width: -webkit-calc(100% - 135px);}
.behavior-title {line-height: 18px; max-height: 72px; overflow: hidden; color:#fff;}
.behavior:hover .behavior-title {color:#ea2027;}

.vpm {background-color: #e8e8e8; margin-bottom: 15px;}
.ftabs-box {display: none;}
.ftabs-box.visible {display: block;}
.ftab {height: 60px; line-height: 60px; font-weight: 700; padding: 0 15px; display: block; color: #5d5d5d;}
.ftab .icon {margin-right: 10px; font-size: 18px;}
.ftab.is-active, .ftab:hover {cursor: pointer; opacity: 1; color: #ea2027; box-shadow: inset 0 -3px #ea2027;}
.vpm-right {width: 350px; padding: 0 15px;}
.vpm-float {font-size: 12px;}
.vpm-float .icon {opacity: 0.6; margin-right: 7px; font-size: 18px;}
.vpm-fav .icon {opacity: 1; color: #ea2027;}
.vpm-err a {color: #ea2027; border-bottom: 1px dotted #ea2027;}
.vp-meta > * {margin-right: 30px;}
.vp-meta {margin-top: 15px;}

.vpm-rate {white-space:nowrap; text-align:center; height: 40px;}
.rate-plus, .rate-minus, .rate-counts {display:inline-block; vertical-align:middle;}
.rate-data {display:none;}
.rate-counts {width:160px; padding-top:0px; height:40px; position: relative; font-size: 12px;	margin-right: 7px;}
.rate-plus, .rate-minus {cursor:pointer; width:40px; height:40px; text-align:center; font-size:24px; 
line-height:40px; margin-left: 3px; border-radius: 3px; transition: box-shadow .3s; background-color: #ccc;}
.rate-plus {color:#6cc43c;}
.rate-minus {color:#ea2027;}
.rate-plus:hover, .rate-minus:hover {color: #ea2027;}
.rate-bar {width:100%; min-height:6px; height:6px; border-radius:4px; overflow:hidden; 
position:absolute; background-color:#ea2027; left: 0; right: 0; bottom: 5px;}
.rate-fill {width:50%; height:100%; position:absolute; left:0; top:0; background-color:#6cc43c; transition:width 1s linear;}
.rate-perc {margin-right:5px; font-size:18px; font-weight: 500; color:#6cc43c;}

.frels {padding: 30px 30px 0 30px; margin: 30px -30px 0 -30px; border-top: 10px solid #e8e8e8;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{max-width:100% !important; display:block; width:100%; height:435px;}
.mejs-container {max-width:100% !important;}
.full-text {line-height: 1.7; font-size: 14px;}
.full-text img:not(.emoji) {max-width:100%; margin:10px 0;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text a {text-decoration:underline; color:#ea2027;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:18px; font-weight:700;}
.full-text p {margin-bottom:10px;}
.full-text ul, .full-text ol {margin:0;}
.full-text ul li {list-style:disc; margin-left:40px;}
.full-text ol li {list-style:decimal; margin-left:40px;}

.full-taglist a {color:#d20068;}
.full-taglist {margin-top:20px;}
.full-taglist span:not(.fa):not(:last-child):after {content:","; display:inline;}


/* COMMENTS
----------------------------------------------- */
.add-comms {margin-bottom: 30px;}
.ac-inputs input {width: 48.5%; margin-bottom: 15px;}
.ac-textarea textarea {height: 100px; margin-bottom: 15px;}
.add-comms input, .add-comms textarea, .ac-submit button {box-shadow: 3px 3px 6px rgba(0,0,0,0.1);}
.ac-protect, .ac-textarea .bb-editor + br {display: none;}
.comments_subscribe input {margin-right: 10px;}
.comments_subscribe {display: block;}
.mass_comments_action {padding:10px; background-color:#e8e8e8; margin:20px 0 0 0; text-align: right;}
.last-comm-link {font-size:16px; margin-bottom:10px; text-decoration: underline;}

.comm-item {margin-bottom: 30px; font-size: 12px;}
.comm-left {width: 50px; margin-right: 15px;}
.comm-img {height: 50px; border-radius: 50%; background-color: transparent;}
.comm-two {margin: 5px 0 10px 0;}
.comm-one > span {margin-right: 15px; opacity: 0.6;}
.comm-one > span.comm-author, .comm-one > span.comm-author a {font-weight: 500; color: #ea2027; opacity: 1;}
.comm-three-left > a, .comm-three-right li a {opacity: 0.6;}
.comm-three-right li {display: inline-block; margin-left: 15px;}
.comm-rate3 {white-space:nowrap; font-size:18px; margin-right: 15px; height: 20px; line-height: 20px; 
	display: inline-block; vertical-align: top; position: relative; top: -3px;}
.comm-rate3 a {display: inline-block; vertical-align: middle; position: relative; top: -2px; opacity: 0.6;}
.comm-rate3 a:last-child {margin-bottom: -6px;}
.comm-rate3 > span {margin: 0 5px; font-size: 16px;}
.comm-rate3 > span > span.ratingtypeplus {color: #06b601;}
.comm-rate3 > span > span.ratingplus {color: #95c613;}
.comm-rate3 > span > span.ratingminus {color: #ff0e0e;}
.comm-three a:hover {text-decoration: underline;}





/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display: none;}
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#e8e8e8;
padding:15px; z-index:99999; position:fixed; left:-320px; top:0; transition:left .4s; -webkit-transition:left .4s;}
.side-panel.active {left:0;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.5); 
position:fixed; left:0; top:0; z-index:99998; display:none;}
.btn-close {cursor:pointer; display:block; left: 280px; top: -40px; position: fixed; z-index: 99999;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; 
background-color: #e84e36; color: #fff; transition:top .4s; -webkit-transition:top .4s;}
.btn-close.active {top:0px;}
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}
.side-panel .hd-menu li {width: 100%; margin: 0 0 15px 0;}
.side-panel .search-wrap, .side-panel .btn-login {width: 100%; margin: 0 0 15px 0;}


@media screen and (max-width: 1220px) {
.wrap-center {max-width:1000px; overflow: hidden;}
.cols {display: block;}
.col-left, .header .hd-menu, .header .search-wrap, .header .btn-login {display: none;}
.main {padding-left: 15px; padding-right: 15px;}
.desc-text, .pagi-nav {margin-left: -15px; margin-right: -15px; padding-left: 15px; padding-right: 15px;}
.btn-menu {display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 28px; 
cursor: pointer; margin-right: 15px; color: #fff;}
.footer {padding-left: 15px; background-image: none;}
#gotop {display: none !important;}
.not-logged .login-avatar {display: none;}
.login-close {top: -5px;}
.login-title {font-size: 18px;}
.login-box {max-width: calc(100% - 60px); padding: 15px;}
.player-box {
    width: calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
    background: #e8e8e8;
    min-height: 200px;
    height: 250px;
}
.frels {margin-left: -15px; margin-right: -15px; padding-left: 15px; padding-right: 15px;}
}

@media screen and (max-width: 950px) {
.wrap-center {max-width:768px;}
.th-item {width: 33.33%;}
.th-model {width: 25%;}

.player-box {width: 100%;    height: 325px;}
.behavior-box {display: none;}
.vpm {display: block;}
.vpm-right {width: 100%; padding: 15px;}
}

@media screen and (max-width: 760px) {
.wrap-center {max-width:640px;}
.th-item {width: 50%;}
.footer {text-align: center; padding: 15px;}
.footer > span, .ft-counter {position: static; display: inline-block; margin-bottom: 10px;}
.ft-counter {margin: 15px 0 0 0;}
.th-model {width: 33.33%;}
.player-box {
    width: 100%;
    height: 350px;
}
.dcont button {font-size:12px; padding:0 15px !important;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
}

@media screen and (max-width: 590px) {
.wrap-center {max-width:480px;}

.full-page > h1, .sect-title {font-size: 18px;}
.player-behavior, .vpm {margin-left: -15px; margin-right: -15px;}
.vpm-rate {order: -1; width: 100%; text-align: center; margin: 10px 0;}
.ftabs {border-top: 3px solid #2e2f31; border-bottom: 3px solid #2e2f31; justify-content: space-between; width: 100%;}
.ftab {width: 50%; text-align: center; height: 40px; line-height: 40px; 
	padding: 0; white-space: nowrap; font-weight: 500;}
.ac-inputs input {width: 100%;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:275px;}
.player-box {
    width: 100%;
    height: 270px;
}
.ui-dialog {width:100% !important;}
.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
.upop-left {margin-bottom:10px; text-align:center;}
.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.attach-info {float:none;}
}

@media screen and (max-width: 470px) {
.wrap-center22 {max-width:320px;}
.th-item {width: 100%;}
.th-model {width: 50%;}
.player-box {
    width: 100%;
    height: 240px;
}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:240px;}
}
@media screen and (max-width: 360px) {
	.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {
    height: 200px;
}
.player-box {
    width: 100%;
    height: 200px;
}
}