.a-list-content,
.a-description-inner {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.a-list-content::-webkit-scrollbar,
.a-description-inner::-webkit-scrollbar {
    display: none;
}
.a-none {
    display: none !important;
}
.aparat-playlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.aparat-playlist-inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 426px;
}
.a-video-like .yg-wrapper {
    padding-right: 25px;
    padding-top: 1px;
    float: left;
    font-size: 14px;
}
#yg-loader {
	float: right;
	padding-left: 4px;
}
.yg-wrapper > a {
	float: left;
}
.yg-icon {
	padding-right: 5px;
}
.romeo-recom {
    display: none !important;
}
.a-video-list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    position: relative;
}
.a-video-content {
    display: none;
    height: 100%;
    outline: none;
}
.a-video-content.current {
    display: block;
}
.a-video {
    border-radius: 5px;
    background-color: #202128;
    height: 100%;
    outline: none;
    position: relative;
}
.a-video iframe {
    border-radius: 5px;
}
.a-video-wrapper {
    width: 100%;
    direction: ltr;
}
.mejs-overlay,
.mejs-video video,
.mejs-video {
    width: 100% !important;
}
.a-video-wrapper .mejs-overlay,
.a-video-wrapper .mejs-video,
.mejs-video video {
    height: 426px !important;
    border-radius: 5px;
}
.mejs-poster.mejs-layer {
    display: none;
}
.a-video-wrapper .mejs-time {
    height: 27px;
}
.a-video-wrapper .mejs-controls {
    border-radius: 0 0 5px 5px;
}
.a-video-title {
    margin-top: 20px;
    margin-bottom: 0;
}
.a-list {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 37%;
}
.a-list-header {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
    padding: 0 16px;
    min-height: 56px;
    border-bottom: 1px solid #d5dadf;
    border-radius: 5px 5px 0 0;
}
.a-list-header h4 {
    margin: 0;
    font-size: 17px;
}
.a-list-inner {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.a-list-header span {
    font-size: 13px;
    margin: 0 8px;
}
.a-list-header a {
    width: 33px;
    height: 33px;
    display: none;
    line-height: 35px;
    text-align: center;
    border: 1px solid;
    border-radius: 50px;
    font-size: 12px;
}
.slided-up i {
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.slided-up i {
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.open-list .slided-up i {
	transform: translateY(-2px) rotate(0);
	-o-transform: translateY(-2px) rotate(0);
	-ms-transform: translateY(-2px) rotate(0);
	-moz-transform: translateY(-2px) rotate(0);
	-webkit-transform: translateY(-2px) rotate(0);
}
.a-list-content {
    overflow: auto;
    height: 100%;
}
.a-list-content > p {
    margin: 7px 0 9px 0;
    font-size: 15px;
    text-align: center;
    background-color: #e6e7ef;
    padding: 6px 0;
}
.scroll-wrapper.a-list-content {
    padding-bottom: 17px !important;
}
.a-list-item {
    background-color: #fff;
    border-color: #d5dadf;
    color: #4f4f4f !important;
    border-width: 0 0 1px;
    cursor: pointer;
    margin: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 55px;
    line-height: 55px;
    outline: none;
    padding: 0 12px 0 26px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
	transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
}
.a-list-item .a-image {
    background-color: #d5dadf;
    position: relative;
    margin: auto 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 75px;
    height: 100%;
}
.a-video-number {
    margin-left: 8px;
    min-width: 22px;
}
.scroll-wrapper.a-description-inner {
    position: absolute !important;
    top: 45%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    border-radius: 5px;
    background-color: rgba(0,0,0,0.6);
    color: #fff !important;
    text-align: center;
    padding: 40px !important;
    width: 65%;
    max-height: 65%;
    overflow-y: auto;
}
.a-description-inner > .a-description-inner {
    padding: 0 !important;
}
.a-description:before {
    border-radius: 5px;
    content: '';
    z-index: 99;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.a-description {
    opacity: 0;
    visibility: hidden;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.a-description.active-desc:before,
.a-description.active-desc {
    opacity: 1;
    visibility: visible;
}
.a-cancel-desc {
    position: fixed;
    right: 16px;
    top: 16px;
    z-index: 9;
    font-size: 19px;
    cursor: pointer;
    padding: 0 5px;
}
.a-video-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
}
.yg-button.liked,
.yg-button:hover {
    color: rgb(245, 59, 59) !important;
}
.a-video-meta > span {
    float: left;
}
.a-video-meta i::before {
    position: relative;
    top: 1px;
}
.a-video-info h2 {
    margin: 0;
    -webkit-flex: min-content;
    -ms-flex: min-content;
    flex: min-content;
}
.a-video-view {
    font-size: 14px;
    padding-right: 25px;
}
.a-video-btn {
    cursor: pointer;
    position: relative;
    top: -2px;
}
.a-video-btn i,
.a-video-view i {
    margin-right: 5px;
}
.a-list-item img {
    /* position: absolute;
    top: 50%;
    left: 50%; */
    object-fit: fill;
    -o-object-fit: fill;
    /* transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%); */
    height: 100%;
    width: 100%;
}
.a-list-item p {
    font-size: 14px;
    margin: auto 10px;
    text-align: right;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.video-navigation span i:before {
    position: relative;
    top: 2px;
}
.video-navigation .prev-video i {
    margin-left: 3px;
}
.video-navigation .next-video i {
    margin-right: 3px;
}
.video-navigation span {
    cursor: pointer;
    display: inline-block;
}
.a-list-toggle span {
    margin-left: 15px;
    display: inline-block;
    position: relative;
    bottom: 2px;
}
.a-list-item .a-duration {
    font-size: 14px;
    margin: auto 0;
}
.a-duration {
    font-size: 14px;
    margin: auto 0;
}
.a-list-item.current, .a-list-item:hover {
    background-color: #f1f3f5;
    border-color: #d5dadf;
    border-width: 0 0 1px;
}
.type-two .a-list-header a {
    display: inline-block;
}
.type-two .aparat-playlist-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
}
.type-two .a-list {
    width: auto;
    height: auto;
}
.type-two .a-list-inner {
    height: 185px;
}
.type-two .a-video-list {
    border: none;
    height: 100%;
    padding-left: 0;
}
.type-one .h_iframe-aparat_embed_frame > span {
    padding-top: 426px !important;
}
.type-one .a-video-info {
    display: none;
    height: 100%;
    outline: none;
}
.type-one .a-video-info.current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.a-video-num {
    position: relative;
    top: -2px;
}
.type-one .a-video-list .a-video-info,
.type-one .a-list-toggle {
    display: none;
}
.type-one .a-video-btn {
    padding-right: 20px;
}
.type-one .a-list {
    padding-right: 10px;
}
.h_iframe-aparat_embed_frame {
    position:relative;
}
.h_iframe-aparat_embed_frame .ratio {
    display:block;
    width:100%;
    height:auto;
}
.h_iframe-aparat_embed_frame iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
@media (max-width: 767px) {
    .a-video-info-outter {
        display: none;
    }
    .type-one .a-list-toggle,
    .a-list-header a {
        display: inline-block;
    }
    .type-one .a-video-list .a-video-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .type-one .a-list {
        padding-right: 0;
    }
    .aparat-playlist-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: auto;
    }
    .a-list {
        width: auto;
        height: auto;
    }
    .a-list-inner {
        height: 0;
    }
    .type-one .a-list-inner {
        height: 185px;
    }
    .a-video-list {
        border: none;
        height: 100%;
        padding-left: 0;
    }
    body .type-one .a-video-list .a-video-content .a-video .h_iframe-aparat_embed_frame > span {
        padding-top: 57% !important;
    }
    body .aparat-playlist.type-one .aparat-playlist-inner {
        height: auto !important;
    }
}
@media (max-width: 568px) {
    .a-video-info h2 {
        font-size: 17px;
    }
    .a-video-wrapper .mejs-overlay, .a-video-wrapper .mejs-video, .mejs-video video {
        height: 325px !important;
    }
    .a-video-num,
    .a-video-btn,
    .type-one .a-video-btn,
    .a-video-view,
    .a-video-like .yg-wrapper {
        padding-right: 0;
        padding-left: 15px;
    }
    .a-video-info {
        align-items: center;
        -webkit-align-items: center;
    }
    .type-one .a-video-list .a-video-info,
    .a-video-info {
        display: block;
    }
    .a-video-meta {
        float: right;
        padding: 20px 0;
    }
    .a-list-toggle > span {
        display: none;
    }
    .a-list-toggle span {
        margin-left: 7px;
    }
    .scroll-wrapper.a-description-inner {
        padding: 20px !important;
        width: 90%;
    }
    .a-cancel-desc {
        right: 6px;
        top: 6px;
        font-size: 14px;
    }
    .a-list-header span {
        margin: 0 3px;
    }
}