body.light .custom-block-content {
	background-color: #fbfdfe;
}

body.dark .custom-block-content {
	background-color: #3a3a3a;
}

.light .section-about p {
	color: #2e2e2e;
}

.btn-default.color-active {
	color: #ea2c5a !important;
	outline: none;
}

.custom-logo {
	width: 64px;
	height: 42px;
}

.custom-channel-details {
	margin-bottom: 25px;
}

.custom-content-block {
	border-top: none!important;
}

.channel .c-avatar img {
	/* border-radius: 45%; */
	max-height: 157px;
    width: 176px;
    border: 5px solid #ffffff;
    border-top-left-radius: 45%;
    border-top-right-radius: 45%;
    border-bottom-left-radius: 45%;
    border-bottom-right-radius: 45%;
}

.b-category img {
	width: 300px;
	height: 300px;
}

.b-category .custom-loading-gradient {
	max-width: 270px;
    max-height: 300px;
}

.custom-section-title-page {
	background-color: #8c2f47;
	height: 160px;
}

.custom-section-feature {
	background-color: #ebebeb;
}

.custom-section-counter {
	background-color: #38c5a9;
	text-align: center;
	color: #ffffff;
}

.custom-section-developer {
	background-color: #ffffff;
	text-align: center;
}

.custom-section-parallax {
	background-image: url('../img/Untitled-1.png');
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #ffffff;
}

.custom-section-logo {
	background-color: #ffffff;
}

.custom-section-contact {
	text-align: center;
	color: #ffffff;
}

.custom-section-contact {
	background-image: url('../img/bg-contactus.png');
	background-repeat: no-repeat;
}

.custom-section-graph .custom-section-title {
	position: absolute;
	bottom: 400px;
}

.custom-section-graph .custom-section-title hr.custom-hr-2 {
	height: 1px;
    background-color: #f40699;
    width: 40%;
    position: absolute;
    top: 40px;
    left: 0;
    right: 66px;
    margin-left: auto;
    margin-right: auto;
}

.custom-section-title-page h4 {
	font-size: 36px;
	color: #ffffff;
}

.custom-white-box {
	display: table;
	margin: 0 auto;
}

.custom-white-box .custom-boxes {
	background-color: #ffffff;
    color: #333;
    width: 255px;
    padding: 40px 0;
    border: 1px solid #333; 
}

.custom-boxes i {
	font-size: 34px;
    margin-bottom: 20px;
    color: #42bd8f!important;
}

.custom-boxes h4 {
	font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
}

.custom-boxes p {
	font-size: 12px;
    margin-bottom: 20px;
}

.custom-boxes a {
	font-size: 11px;
    font-weight: bolder;
    color: #42bd8f;
}

.custom-section-logo img {
	margin: 0 auto;
}

.custom-section-graph-container {
	display: table;
    position: absolute;
    width: 100%;
    height: 100%;
}

.custom-section-graph-layout {
	background-color: #ffffff;
	display: table-cell;
    vertical-align: middle;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}

.custom-section-graph-layout .container {
	
}

.custom-count-number {
	font-size: 30px;
}

.custom-section-counter p {
	font-size: 13px;
}

.custom-section-developer p {
	font-size: 13px;
}

.custom-counter-border-right {
	border-right: 1px solid;
    border-color: rgba(255,255,255,0.2);
}

.custom-section-title h2 {
	font-size: 36px;
}

hr.custom-hr-1 {
	height: 1px;
	background-color: #f40699;
    width: 5%;
    position: absolute;
    top: 40px;
    left: 45px;
}

hr.custom-hr-2 {
	height: 1px;
	background-color: #f40699;
    width: 5%;
    position: absolute;
    top: 40px;
    left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto;
}

.custom-header-about-page h4 {
	font-size: 36px;
	font-weight: bold;
	color: #e6e6e6;
}

.section-about {
	color: #e6e6e6;
}

.section-about img {
	margin: 0 auto;
}

.custom-text-placement-1-title {
	font-size: 18px;
	font-weight: bold;
}

.custom-icon-placement-1 {
	font-size: 18px;
	font-weight: bold;
}

.custom-text-placement-1 {

}

.custom-btn-rounded {
	outline: none;
    border-radius: 20px;
    padding-top: 10px;
}

.custom-btn-pink {
	color: #fff;
    background-color: #d62886;
}

.custom-btn-pink:hover {
	color: #d62886;
    background-color: #fff;
}

.custom-btn-turquoise {
	color: #fff;
    background-color: #38c5a9;
}

.custom-btn-turquoise:hover {
	color: #38c5a9;
    background-color: #fff;
}

span.custom-color-blue {
	color: #0390f9;
}

span.custom-color-pink-2 {
	color: #f40699;
}

.navbar-container2 .navbar-brand {
	padding: 10px 15px;
	height: 100%;
}

.navbar-container2 .navbar-brand .logo {
	width: 32px;
	height: 32px;
}

.h-grid .btn-cv1 {
	padding: 5px 10px;
	width: inherit;
}

.custom-sticky-cb-header {
	position: sticky;
    top: 0;
    background-color: #343434;
    z-index: 2;
}

.custom-global-text-input {
	border-color: #b5b5b5!important;
	background: #fff!important;

}

.custom-blue-color {
	color: #1E959D;
}

.custom-padding-top-8 {
	padding-top: 8px!important;
}

.custom-margin-top-25 {
	margin-top: 25px;
}

.custom-margin-bottom-25 {
	margin-bottom: 25px;
}

.custom-margin-top-40 {
	margin-top: 40px!important;
}

.custom-margin-bottom-40 {
	margin-bottom: 40px!important;
}

.custom-margin-top-150 {
	margin-top: 150px!important;
}

.custom-margin-top-70 {
	margin-top: 70px!important;
}

.custom-margin-bottom-70 {
	margin-bottom: 70px!important;
}

.custom-preview-image-artist img {
	margin: 0 auto;
}

.custom-sync-textarea-step1 {
	height: 50vh;
	background-color: transparent;
	border-color: #7e7e7e;
}

.custom-pre-lyric {
	background-color: transparent;
	color: #7e7e7e;
	border-color: transparent;
	padding: 0;
}

.custom-pre-editor {
	max-height: 50vh;
    overflow: auto;
    text-align: center;
}

.custom-pre-editor span.word.active {
	color: #ef1960;
}

.custom-pre-editor span.word.active-click {
	color: #a88add !important;
	font-size: 32px;
}

.custom-pre-editor span.word {
	cursor: pointer;
	font-size: 28px;
}

.custom-pre-editor span.female, .custom-pre-editor span.active.female {
	color: #e91e63!important;
}

.custom-pre-editor span.male, .custom-pre-editor span.active.male {
	color: #3f51b5!important;
}

.custom-pre-editor span.duet, .custom-pre-editor span.active.duet {
	color: #9c27b0!important;
}

.custom-control-duet {
	text-align: center;
}

.custom-control-duet span.custom-color-indigo {
	position: absolute;
    color: #3f51b5;
    right: 0;
    font-size: 30px;
    cursor: pointer;
}

.custom-control-duet span.custom-color-purple {
	color: #9c27b0;
    font-size: 30px;
    cursor: pointer;
}

.custom-control-duet span.custom-color-pink {
	position: absolute;
    color: #e91e63;
    left: 0;
    font-size: 30px;
    cursor: pointer;
}

.custom-control-duet span.active {
	text-shadow: 1px 1px 10px #fff, 0px 0px 1px #ccc;
}

.custom-v-img {
	overflow: hidden;
	background-color: #364151;
}

.custom-v-img img {
	margin: 0 auto;
}

.custom-v-img-syncinglist {
	max-width: 170px;
	max-height: 106.41px;
	overflow: hidden;
	background-color: #364151;
}

.custom-avatar {
	max-width: 50px;
}

.custom-avatar .custom-img-user-small {
	width: 50px;
	height: 44px;
	border-radius: 20px;
}

.custom-preview-lyric #list-even {
	text-align: right;
}

.custom-block-lyric {
	height: 190px;
    width: 100%;
    position: absolute;
    bottom: 50px;
    background-color: transparent;
    padding: 25px 50px!important;
}



.custom-block-lyric.isFullScreen {
	left: 0;
	z-index: 2147483647;
	height: 250px!important;
	padding: 0px 100px;
	bottom: 65px;
}

.custom-block-lyric .lrc-clone {
	text-align: left;
	min-height: 80px;
}

.custom-block-lyric #list-dot {
	min-height: 37px;
}

.custom-block-lyric.isFullScreen #list-dot {
	min-height: 57px;
}

.custom-block-lyric #list-odd {
	min-height: 51px;
}

.custom-block-lyric.isFullScreen #list-odd {
	min-height: 71px;
}

.custom-block-lyric #list-even {
	text-align: right;
	min-height: 51px;
}

.custom-block-lyric.isFullScreen #list-even {
	min-height: 71px;
}

.custom-block-lyric.isFullScreen span {
	font-size: 50px!important;
}

.custom-block-lyric span {
	font-size: 36px!important;
}

.custom-block-lyric span.lrc-dot-lead {
	font-size: 20px!important;
}

.custom-block-lyric span.bigger {
	font-size: 50px!important;
}

.custom-block-lyric.isFullScreen span.lrc-dot-lead {
	font-size: 30px!important;
}

.custom-info-less {
	overflow: hidden;
	max-height: 200px;
}

.custom-info-more {
	max-height: 100%;
}

.custom-no-padding-top {
	padding-top: 0!important;
}

.custom-label-checkbox, .custom-label-checkbox-arrow {
	width: 40px !important;
	height: 40px !important;
}

.custom-label-checkbox-arrow::before {
	width: 16px !important;
    height: 12px !important;
    left: 10px !important;
    top: 10px !important;
}

.custom-random-list-view-less {
	overflow: hidden;
	max-height: 1470px;
}

.custom-random-list-view-more {
	overflow: hidden;
	max-height: auto;
}

.custom-v-img-view-page img {
	width: 100%;
	height: 117px;
}

.custom-block-content {
	margin-top: 25px;
	padding-left: 50px!important;
	padding-right: 50px!important;
}

.custom-block-content .custom-div-left {
	width: 45%;
}

.custom-block-content h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 60px;
}

.custom-block-content .v-views {
	font-size: 14px;
}

.custom-watermark {
	display: none;
}

.custom-watermark.isFullScreen {
	display: block;
}

.custom-watermark.isFullScreen img {
	margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 450px;
    width: 450px;
    opacity: 0.3;
}

.custom-block-playlist {
	position: absolute;
    z-index: 1;
    height: auto;
    width: 100%;
    padding: 15px 30px!important;
    display: none;
    bottom: 0;
}

.custom-block-playlist .slick-slide img {
    display: block;
    margin: 0 auto;
    max-width: 120px;
    max-height: 120px;
    outline: none;
    -webkit-box-shadow: 0px 0px 4px 4px #262626;
    -moz-box-shadow: 0px 0px 4px 4px #262626;
    -o-box-shadow: 0px 0px 4px 4px #262626;
    box-shadow: 0px 0px 4px 4px #262626;
    cursor: pointer;
}

.custom-block-playlist .slick-slide img:hover {
	-webkit-box-shadow: 0px 0px 4px 4px #ffffff;
    -moz-box-shadow: 0px 0px 4px 4px #ffffff;
    -o-box-shadow: 0px 0px 4px 4px #ffffff;
    box-shadow: 0px 0px 4px 4px #ffffff;

}

.custom-block-playlist .slick-initialized .slick-slide {
    display: block;
    outline: none;
    padding: 5px;
}

.custom-block-playlist .playlist-overlay {
	text-align: center;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    max-width: 118px;
    max-height: 118px;
    margin-left: 25px;
    margin-top: 1px;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px 4px #fff;
    padding: 10px;
    cursor: pointer;
    display: none;
}

.b-text {
	font-size: 50px!important;
}

.c-text {
	font-weight: bold;
}

.sv-video span[data-begin], .sv-video span[data-begin].it-animation
.sv-video span[data-begin].stop {
	font-family: 'Fira Condensed';
	-webkit-font-smoothing: antialiased;
}

span[data-begin] {
	-webkit-text-stroke: 1px #d6d6d6;
	-webkit-font-smoothing: antialiased;
}

span[data-begin].it-animate {
	-webkit-text-stroke: 1px #d6d6d6;
	-webkit-font-smoothing: antialiased;
}

span[data-begin].color-after-anime {
	-webkit-text-stroke: 1px #d6d6d6;
	-webkit-font-smoothing: antialiased;
}

span[data-begin] i {
	display: inherit;
	margin-right: 10px;
	color: transparent!important;
	-webkit-font-smoothing: antialiased;
}

.fa {
	transform: translate(0, 0);
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.custom-loading-gradient {
	animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: darkgray;
    background: linear-gradient(to right, rgba(0,0,0,0.5) 10%, #dddddd 18%, rgba(0,0,0,0.5) 33%);
    background-size: 800px 104px;
    height: 100%;
    width: 100%;
    position: absolute;
}

.color-b1-purple {
	color: #e8b7e0;
}

.color-b1-grey {
	color: #c4c4c4;
}

videogular div.custom-vg-report, videogular div.custom-vg-source {
    display: table-cell;
    width: 50px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

videogular div.custom-vg-report a,
videogular div.custom-vg-report a:hover,
videogular div.custom-vg-report a:visited {
    color: white;
    text-decoration: none;
}

button.bmpui-ui-watermark {
	display: none!important;
}

button.bmpui-ui-hugeplaybacktogglebutton {
	z-index: 1;
}

button.bmpui-ui-hugereplaybutton {
	z-index: 1;
}

.bmpui-ui-controlbar {
	z-index: 2;
}

.bmpui-fullscreen {
	z-index: 3;
}

.custom-repeat-last:last-of-type {
	display: none!important;
}

.playerDash {
	background: #000000;
    padding-bottom: 5px;
}

.videoContainer input[type="range"] {
	width: 70px!important;
}

.spinner-container {
	height: 100%;
  background-color: rgba(0,0,0,0.8);
}

.spinner {
	position: relative;
  margin: 0 auto;
  width: 100%!important;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #7e7e7e;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@media (max-width: 1920px) {
	.custom-v-img {
		height: 270px;
	}

	.custom-block-lyric.isFullScreen {
		height: 340px!important;
    	padding: 15px 180px!important;
    	bottom: 130px;
    	margin-bottom: 50px;
	}

	.custom-block-lyric.isFullScreen #list-dot {
		min-height: 75px;
	}

	.custom-block-lyric.isFullScreen #list-even {
		min-height: 120px;
	}

	.custom-block-lyric.isFullScreen #list-odd {
		min-height: 120px;
	}

	.custom-block-lyric.isFullScreen span.lrc-dot-lead {
		font-size: 53px!important;
	}

	.custom-block-lyric.isFullScreen span {
		font-size: 84px!important;
	}
	.login-wraper .login-window {
	    width: 500px;
	    top: 57%;
	}
	.b-text {
		font-size: 65px!important;
	}
	.banner-text {
	    position: absolute;
	    top: 50%;
	    margin-top: -50px;
	    margin-left: 0;
	    width: auto;
	    left: 5%;
	}

}

@media (max-width: 1440px) {
	.custom-v-img {
		height: 270px;
	}

	.custom-block-lyric.isFullScreen {
		height: 250px!important;
		padding: 0px 100px!important;
		bottom: 65px;
	}

	.b-text {
		font-size: 50px!important;
	}

	.custom-block-lyric.isFullScreen #list-dot {
		min-height: 57px;
	}
	
	.custom-block-lyric.isFullScreen #list-odd {
		min-height: 71px;
	}
	.custom-block-lyric.isFullScreen #list-even {
		min-height: 71px;
	}
	.custom-block-lyric.isFullScreen span {
		font-size: 50px!important;
	}
	.custom-block-lyric.isFullScreen span.lrc-dot-lead {
		font-size: 30px!important;
	}
	.login-wraper .login-window {
		width: 500px;
	    top: 57%;
	    left: 45%;
	}
}

@media (max-width: 1400px) {
	.login-wraper .login-window {
		width: 500px;
		left: 42%;
		top: 50%;
	}
}

@media (max-width: 1365px) {
	.custom-v-img {
		height: 270px;
	}
	.login-wraper .login-window {
		position: absolute;
		left: 40%;
	    width: 500px;
	    top: 62.3%;
	    margin-left: -2px;
    	margin-top: -288px;
	}
	.b-text {
		line-height: unset!important;
    	text-align: left!important;
	}
}

@media (max-width: 1299px) {
	.login-window-register {
		margin: 0!important;
	}
	.banner-text {
		display: none;
	}
	.login-wraper .login-window {
	    width: auto;
	    top: 0;
	    left: 0;
	    margin: 0;
	    position: unset;
	}
	.custom-v-img {
		height: 213px;
	}
	.videolist .videoitem {
	  min-height: 300px;
	}
	.b-video .v-desc {
		font-size: 13px;
		padding-top: 20px;
	}
	.b-video .v-views {
		font-size: 13px;
		padding-bottom: 20px;
	}
	.custom-v-img-view-page img {
		height: auto;
	}
	.single-video .h-video .v-desc {
		padding-top: 10px;
	}
}

@media (max-width: 991px) {
	.custom-block-content h1 {
		font-size: 42px;
	}
	.custom-v-img {
		height: 158px;
	}
	.videolist .videoitem {
	  min-height: 254px;
	}
	.b-video .v-desc {
		font-size: 12px;
		padding-top: 20px;
	}
	.b-video .v-views {
		font-size: 12px;
		padding-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.spinner-container {
		height: 300px;
	}

	.img-first {
		display: none;
	}

	.navbar-container2 {
		padding-bottom: 0;
	}

	.b-video .v-desc {
		font-size: 15px;
		padding-top: 20px;
	}

	.b-video .v-views {
		font-size: 15px;
		padding-bottom: 20px;
	}

	.similiar-videos .b-video .v-desc {
		font-size: 12px;
	}
	.similiar-videos .b-video .v-views {
		font-size: 12px;
	}

	.recomended-video .v-desc {
		font-size: 13px!important;
	}
	.recomended-video .v-views {
		font-size: 13px!important;
	}

	.custom-randomlist {
		min-height: 298px;
	}

	.custom-v-img {
		height: auto;
	}

	.custom-block-content .custom-div-left {
		width: 100%;
	}

	.custom-block-lyric, .custom-block-lyric.isFullScreen {
		height: 135px!important;
		padding: 15px 50px;
	}

	.custom-block-lyric #list-dot, .custom-block-lyric.isFullScreen #list-dot {
		min-height: 30px;
	}

	.custom-block-lyric #list-even, .custom-block-lyric.isFullScreen #list-even {
		min-height: 37px;
	}

	.custom-block-lyric #list-odd, .custom-block-lyric.isFullScreen #list-odd {
		min-height: 37px;
	}

	.custom-block-lyric span.lrc-dot-lead, .custom-block-lyric.isFullScreen span.lrc-dot-lead {
		font-size: 18px!important;
	}

	.custom-block-lyric span, .custom-block-lyric.isFullScreen span {
		font-size: 26px!important;
	}
}

@media (max-width: 610px) {
	.col-xs-s {
		width: 50%;
	}

	.custom-repeat-last:last-of-type {
		display: block;
	}

	.similiar-videos .b-video .v-desc {
		font-size: 13px;
	}
	.similiar-videos .b-video .v-views {
		font-size: 13px;
	}

	.recomended-video .v-desc {
		font-size: 12px!important;
	}
	.recomended-video .v-views {
		font-size: 12px!important;
	}

	.spinner-container {
		height: 214px;
	}

	.custom-v-img {
		height: auto;
	}

	.b-video .v-desc {
		font-size: 12px;
		padding-top: 20px;
	}
	.b-video .v-views {
		font-size: 12px;
		padding-bottom: 20px!important;
	}

	.custom-block-content {
		padding-left: 15px!important;
		padding-right: 15px!important;
	}

	.custom-block-content h1 {
		font-size: 36px;
	}

	.custom-block-lyric, .custom-block-lyric.isFullScreen {
	    height: 115px!important;
	    padding: 10px 30px;
	}

	.custom-block-lyric #list-dot, .custom-block-lyric.isFullScreen #list-dot {
		min-height: 27px;
	}

	.custom-block-lyric #list-even, .custom-block-lyric.isFullScreen #list-even {
		min-height: 34px;
	}

	.custom-block-lyric #list-odd, .custom-block-lyric.isFullScreen #list-odd {
		min-height: 34px;
	}

	.custom-block-lyric span.lrc-dot-lead, .custom-block-lyric.isFullScreen span.lrc-dot-lead {
		font-size: 18px!important;
	}

	.custom-block-lyric span, .custom-block-lyric.isFullScreen span {
		font-size: 24px!important;
	}

	videogular vg-controls, [videogular] vg-controls {
		height: 40px;
		overflow: hidden;
		font-size: 12px;
	}

	videogular vg-controls .controls-container, 
	[videogular] vg-controls .controls-container {
		height: 40px;
	}

	videogular vg-time-display, [videogular] vg-time-display {
		font-size: 14px;
	}
}

@media (max-width: 479px) {
	.similiar-videos .b-video .v-desc {
		font-size: 12px;
	}
	.similiar-videos .b-video .v-views {
		font-size: 12px;
	}

	.custom-randomlist {
		min-height: 295px;
	}

	.spinner-container {
		height: 169px;
	}

	.custom-v-img {
		height: auto;
	}

	.b-video .v-views {
		padding-bottom: 10px!important;
	}

	.b-video { 
		margin-bottom: 0;
	}

	.videolist .videoitem {
		padding-left: 5px!important;
		padding-right: 5px!important;
	}

	.v-pagination .pages {
		width: 32px;
	    height: 32px;
	    margin-bottom: 10px;
	    font-size: 16px;
	    padding-top: 8px;
	}

	.custom-block-content h1 {
		font-size: 24px;
	}

	.custom-block-content .v-views {
		font-size: 14px;
	}

	.custom-block-lyric, .custom-block-lyric.isFullScreen {
	    height: 95px!important;
	    bottom: 35px;
	}

	.custom-block-lyric #list-dot, .custom-block-lyric.isFullScreen #list-dot {
		min-height: 22px;
	}

	.custom-block-lyric #list-even, .custom-block-lyric.isFullScreen #list-even {
		min-height: 27px;
	}

	.custom-block-lyric #list-odd, .custom-block-lyric.isFullScreen #list-odd {
		min-height: 27px;
	}

	.custom-block-lyric span.lrc-dot-lead, .custom-block-lyric.isFullScreen span.lrc-dot-lead {
		font-size: 12px!important;
	}

	.custom-block-lyric span, .custom-block-lyric.isFullScreen span {
		font-size: 18px!important;
	}

	videogular vg-overlay-play .overlayPlayContainer div, 
	[videogular] vg-overlay-play .overlayPlayContainer div {
		font-size: 50px;
	}
}

@media (max-width: 399px) {
	.custom-randomlist {
		min-height: 272px;
	}

	ul.menu {
		margin-left: 10px;
	}
	.custom-v-img {
		height: auto;
	}

	.b-video .v-views {
		padding-bottom: 10px !important;
	}

	.videolist .videoitem {
		padding-left: 5px!important;
		padding-right: 5px!important;
		min-height: 255px;
	}

	.v-pagination .pages {
		width: 25px;
    height: 25px;
    margin-bottom: 10px;
    padding-top: 6px;
    font-size: 14px;
	}
	.custom-mobile-dropdown-menu {
		min-width: 120px;
	}

	.custom-block-lyric, .custom-block-lyric.isFullScreen {
		height: 90px!important;
		padding: 10px 15px;
	}

	.custom-block-lyric span.lrc-dot-lead, .custom-block-lyric.isFullScreen span.lrc-dot-lead {
		font-size: 8px!important;
	}

	.custom-block-lyric span, .custom-block-lyric.isFullScreen span {
		font-size: 14px!important;
	}

	videogular vg-time-display, [videogular] vg-time-display {
		font-size: 12px;
		width: 40px;
	}

	videogular vg-fullscreen-button, [videogular] vg-fullscreen-button {
		width: 30px;
	}

	videogular vg-volume, [videogular] vg-volume {
		width: 30px;
	}
}

@media (max-width: 350px) {
	.videolist .videoitem {
		min-height: 245px;
	}
}

@media (max-width: 320px) {
	.custom-randomlist {
		min-height: 250px;
	}

	.spinner-container {
		height: 150px;
	}

	.videolist .videoitem {
		min-height: 226px;
	}

	.custom-block-content .v-views {
		font-size: 12px;
	}

	.custom-block-lyric, .custom-block-lyric.isFullScreen {
	    height: 85px!important;
	}

	#lrc-text-clone {
		min-height: unset;
	}

	.custom-block-lyric #list-even, .custom-block-lyric.isFullScreen #list-even {
		min-height: 23px;
	}

	.custom-block-lyric #list-odd, .custom-block-lyric.isFullScreen #list-odd {
		min-height: 23px;
	}

	videogular vg-controls .controls-container, 
	[videogular] vg-controls .controls-container {
	    height: 30px;
    	top: -8px;
	}

	videogular vg-controls, [videogular] vg-controls {
		height: 30px;
	}

	videogular vg-play-pause-button, [videogular] vg-play-pause-button {
		width: 30px;
	}

	videogular vg-time-display, [videogular] vg-time-display {
		width: 30px;
	}


}
