.content_wrapper_big{
    max-width: 1218px;
    margin: 0 auto;
    padding: 0px 20px;
    overflow: hidden;
    box-sizing: border-box;
}
.channels{
	max-width: 100%;
}
.content_wrapper_big .videos_holder{
    float: left;
	width: calc(94% - 160px);
	font-size: 0px;
}
.content_wrapper_big .videos_holder .videoItem{
    width: calc(25% - 12px);
}
.sideMenu{
    width: 160px;
    padding-right: 15px;
    float: left;
    margin-right: 6%;
    box-sizing: border-box;
}
.videos_holder .videoItem:last-child{
	margin-right: 0px!important;
}
.channelWrapper{
	overflow: hidden;
}
.channelWrapper .videoData{
	overflow: initial;
}
.channelData{
	position: relative;
	margin-bottom: 15px;
}
.channeltext {
	font-size: 24px;
	font-style: normal;
	letter-spacing: normal;
	display: inline;
	line-height: normal;
	margin-left: 10px;
	vertical-align: middle;
	font-family: Helvetica, Arial, sans-serif !important;
}
.latestupload-holder{
	display: inline-block;
	position: absolute;
	margin-top: 7px;
}
.latestuploadtext {
	font-family: Helvetica;
	font-size: 12px;
	font-style: normal;
	color: #4a4a4a;
	display: inline;
	margin-left: 10px;
}
.featured .allvideolink {
	float: right;
	display: block;
    font-size: 14px;
    font-weight: bold;
    width: 101px;
    height: 30px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
    background-color: #415b76;
    color: #ffffff;
    text-decoration: none;
    padding-left: 11px;
    padding-top: 7px;
    box-sizing: border-box;
    font-family: 'Roboto',Arial,sans-serif;
}
.allvideolink a{
	color: #ffffff;
}
.allvideolink:hover{
	background-color: #2a415a;
	color: #ffffff;
    text-decoration: none;
}
.allvideolink::after{
	position: absolute;
	content: '';
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #ffffff; 
	margin-left: 8px;
	margin-top: 3px;
}
.subscribe-holder:after {
	text-transform: uppercase;
	content: 'subscribed';
}
.subscribe-holder{
	width: 94px;
	height: 30px;
	font-family: Roboto;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #b5bbbd;
	text-transform: uppercase;
	text-align: center;
	padding-top: 9px;
	display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
}
.subscribe-holder:hover{
	width: 94px;
	height: 30px;
	font-family: Roboto;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #798b92;
}
.subscribed-btn:hover:after {
	text-transform: uppercase;
	content: 'unsubscribe';
}
.unsubscribed_holder:after {
	text-transform: uppercase;
	content: 'subscribe';
}
.unsubscribed_holder{
	width: 94px;
	height: 30px;
	font-family: Roboto;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #c29444;
	text-transform: uppercase;
	text-align: center;
	padding-top: 9px;
	display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
}
.unsubscribed_holder:hover{
	background-color: #a67a2e;
}
.watched-text {
	font-family: Roboto;
	font-size: 42px;
	font-weight: bold;
	color: #415b76;
	padding-top: 65px;
	padding-bottom: 25px;
}
.recommendations-text {
	font-family: Helvetica;
	font-size: 20px;
	line-height: 1.6;
	color: #4a4a4a;
	padding-bottom: 84px;
}
.content_wrapper_big .videos_holder .videoItem:nth-child(4n){
	margin-right: 0px;
}
.content_wrapper_big .videos_holder .videoItem:not(:nth-child(4n)){
	margin-right: 15px;
}
@media screen and (max-width: 1218px) {
	.latestupload-holder {
		display: block;
		position: relative;
		margin-top: 20px;
	}
	.latestuploadtext{
		margin-left: 0px;
	}
	.allvideolink{
		position: absolute;
		bottom: 0px;
		right: 0px;
		line-height: inherit;
    }
    .content_wrapper_big .videos_holder .videoItem{
        width: calc(33% - 9px);
	}
	.content_wrapper_big .videos_holder .videoItem:nth-child(3n){
        margin-right: 0px;
    }
    .content_wrapper_big .videos_holder .videoItem:not(:nth-child(3n)){
        margin-right: 15px;
    }
    .content_wrapper_big .videos_holder div.image{
        height: 160px;
    }
    .content_wrapper_big .videos_holder{
        float: left;
		width: calc(100% - 160px);
		font-size: 0px;
    }
    .sideMenu{
        margin-right: 0;
    }
}

@media (max-width:935px) {
    .content_wrapper_big .videos_holder div.image{
        height: 130px;
    }
}
@media (max-width:840px) {
    .content_wrapper_big .videos_holder div.image{
        height: 110px;
    }
}

@media screen and (max-width: 768px) {
    .content_wrapper_big .videos_holder .videoItem{
        width: calc(50% - 8px);
	}
	.content_wrapper_big .videos_holder .videoItem:nth-child(2n){
        margin-right: 0px;
    }
    .content_wrapper_big .videos_holder .videoItem:not(:nth-child(2n)){
        margin-right: 15px;
    }
    .content_wrapper_big .videos_holder div.image{
        height: 160px;
    }
}
@media (max-width:680px) {
    .content_wrapper_big .videos_holder div.image{
        height: 130px;
    }
}

@media screen and (max-width: 600px) {
    .content_wrapper_big .videos_holder{
        width: 100%;
    }
    .content_wrapper_big .videos_holder div.image{
        height: 160px;
    }
}

@media (max-width:499px) {
    .videos_holder div.image{
        height: 190px;
    }
    .videos_holder div.videoname_linkdiv {
        height: auto;
    }
    .content_wrapper_big .videos_holder .videoItem{
        width: 100%;
    }
}