#tvpages-submenu .tv-list-nav .shop-now {
    display: none;
}
#how-to-videos .cs-blue{
	color: #28c2fe;
}
#how-to-videos .header{
    background: url(/resources/images/promos/how-to/header-tv-img.png);
    background-repeat: no-repeat;
    background-position: 5%;
    background-size: auto;
    margin-top: 2%;
}
#how-to-videos .header .header-wrapper{
	padding: 3%;
    max-width: 1300px;
    display: flex;
    justify-content: flex-end;
    margin: auto;
}
#how-to-videos .header .header-wrapper .heading{
    font-size: 4rem;
    font-weight: 100;
}
#how-to-videos .header .header-wrapper .description{
	width: 50%;
}
#how-to-videos .header .header-wrapper .img-section {
    display: flex;
    justify-content: space-around;
    padding: 5% 0;
}
#how-to-videos .header .header-wrapper .sub-heading {
    font-weight: 400;
    line-height: 1.5;
}
#how-to-videos .header .img{
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 5%;
    display: block;
    position: relative;
}
#how-to-videos .header #stream-toggle{
	background: url('/resources/images/promos/how-to/icn-stream.svg');
	background-repeat: no-repeat;
    background-size: contain;
}
#how-to-videos .header #mobile-toggle{
	background: url('/resources/images/promos/how-to/icn-mobile.svg');
	background-repeat: no-repeat;
    background-size: contain;
}
#how-to-videos .header #browser-toggle{
	background: url('/resources/images/promos/how-to/icn-web.svg');
	background-repeat: no-repeat;
    background-size: contain;
}
#how-to-videos .header #stream-toggle:HOVER{
	background: url('/resources/images/promos/how-to/icn-stream-hover.svg');
	background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
#how-to-videos .header #mobile-toggle:HOVER{
	background: url('/resources/images/promos/how-to/icn-mobile-hover.svg');
	background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
#how-to-videos .header #browser-toggle:HOVER{
	background: url('/resources/images/promos/how-to/icn-web-hover.svg');
	background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
#how-to-videos .header .header-img {
    width: 200px;
    text-align: center;
}
#how-to-videos .header .header-img:hover {
    color: #28c2fe;
}
#how-to-videos .section{
    padding: 5% 0;
}
#how-to-videos .section .section-header{
    text-align: center;
    width: 100%;
    font-size: 4rem;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

#how-to-videos .section .section-header img {
    width: 70px;
    height: 70px;
    display: block;
    position: relative;
    margin-right: 1%;
}
#how-to-videos .section .devices-panel{
    max-width: 1300px;
    margin: auto;
    margin-top: 3%;
}
#how-to-videos .section .devices-panel .table {
    background: #4a4a4a;
    color: #fff;
    padding: 2% 3%;
    margin: auto;
}
#how-to-videos .section .tabs{
	display: flex;
    justify-content: center;
}
#how-to-videos .section .tabs .tab {
    background: #393939;
    width: 325px;
    padding: 17px;
    color: #fff;
    text-align: center;
    font-weight: 100;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}
#how-to-videos .section .tabs .active-tab{
	background: #4A4A4A;
}
#how-to-videos .section .table .table-wrapper .table-inside-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
#how-to-videos .section .table .video-block {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 300px;
    text-align: center;
    font-size: 2rem;
    font-weight: 100;
    line-height: 1.5;
    margin: 3% 2%;
}
#how-to-videos .section .table .video-block:hover .heading{
    color: #28C2FE;
}
#how-to-videos .section .table .video-block .heading {
    margin: 5% 0;
    color: #fff;
    font-size: inherit;
    font-weight: 100;
    width: 95%;
}
#how-to-videos .mbl{
	display: none;
}
@media(max-width: 1200px){
	#how-to-videos .header{
	    background-position: -35%;
	}
}
@media(max-width: 900px){
	#how-to-videos .header .header-wrapper .description {
    	width: 100%;
	}
	#how-to-videos .header {
    	background: none;
	}
	#how-to-videos .mbl{
		display: block;
	}
	#how-to-videos .header .header-wrapper {
	    justify-content: center;
	    flex-wrap: wrap;
	    align-items: center;
	}
	#how-to-videos .header .header-wrapper .heading {
	    text-align: center;
	    padding-bottom: 0;
	    padding-top: 5%;
	}
}