/* TABLET */
@media (min-width: 401px) and (max-width:1023px) {
	/* Section 1 */
	div#bestbuy-slider-wrapper div.section-1  {
		display: inline-block;
		height: 500px;
		float: left;
		width: 100%;
		background-color: #3F3F3F;
		/*position: relative;*/
	}
 
	div#bestbuy-slider-wrapper div.right-side {
		display: inline-block;
		height: 500px;
		float: left;
	}

	/* Section 1 - tagline box */
	div#bestbuy-slider-wrapper div.section-1 .tagline {
	    display: inline-block;
	    width: 40%;
	    /*min-height: 50px;*/
	    background-color: rgba(255, 255, 255, 0.7);
	    position: absolute;
	    bottom: 8%;
	    margin-left: 8%;
	    padding: 5px 5px 10px 5px;
	    -webkit-transform: translate3d(0, 0, 0);
	}

	div#bestbuy-slider-wrapper div.section-1 .tagline .tagline-text p {
		font-size: 31px;
	    line-height: 29px;
	    text-align: left;
	    padding: 13px;
	    font-weight: 100;
	    color: #053C63;
	}

	div#bestbuy-slider-wrapper div.section-1 a.s1-link {
		display: block;
	    padding: 5px;
	    background-color: #053C63;
	    color: #FFF;
	    text-align: center;
	    margin: 0 auto;
	    width: 84%;
	    font-weight: 100;
	    font-size: 13px;
	}

	div#bestbuy-slider-wrapper div.right-side a.s2-appy-now:hover,
	div#bestbuy-slider-wrapper div.section-1 a.s1-link:hover {
		color: #BFBFBF;
	}

	/* Right side */
	div#bestbuy-slider-wrapper div.right-side {
		width: 100%;
		background-color: #7F7F7F;
	}

	div#bestbuy-slider-wrapper div.right-side .section-2,
	div#bestbuy-slider-wrapper div.right-side .section-3 {
		display: none;
		
	}

	/* Section 2 */
	div#bestbuy-slider-wrapper div.right-side a.s2-appy-now {
		display: inline-block;
	    padding: 6px 15px;
	    background-color: #053C63;
	    color: #FFF;
	    text-align: center;
	    margin: 0 0 0 7%;
	    font-weight: 100;
	    font-size: 13px;
	}

	div#bestbuy-slider-wrapper div.right-side a.s2-login {
		display: inline-block;
	    padding: 6px 15px;
	    color: #053C63;
	    text-align: center;
	    margin: 1.2% 0 0 3%;
	    font-weight: 400;
	    font-size: 12px;
	}

	/* Section 4 */
	div#bestbuy-slider-wrapper div.right-side .section-4 {
		background-color: #000000;
		width: 100%;
		height: 500px;
		/*position: relative;*/
	}

	.copy-section {
		display: inline-block;
	    width: 40%;
	    background-color: rgba(255, 255, 255, 0.7);
	    position: absolute;
	    bottom: 8%;
	    margin-left: 8%;
	    padding: 5px 5px 10px 5px;
	    -webkit-transform: translate3d(0, 0, 0);
	}

	.copy-section p {
		font-size: 31px;
	    line-height: 29px;
	    padding: 13px;
	    font-weight: 100;
	    color: #053C63;
	    text-align: left;
	}

	.smartphone-only,
	.desktop-only {
		display: none;
	}

}

@media (min-width:1024px) and (max-width:1180px){
	html div#bestbuy-slider-wrapper div.section-1 .tagline .tagline-text p {
	    font-size: 26px;
	    line-height: 26px;
	    padding: 13px;
	    font-weight: 100;
	    color: #053C63;
	}
	#test-div {
        background-color: #DE11B4;
    }   
} 

@media (min-width:401px) and (max-width:490px){
	.copy-section p {
	    font-size: 26px;
    	line-height: 25px;
	    padding: 13px;
	    font-weight: 100;
	    color: #053C63;
	    text-align: left;
	}
}

@media (min-width:401px) and (max-width:600px){
	html div#bestbuy-slider-wrapper div.section-1 .tagline .tagline-text p {
	    font-size: 26px;
	    line-height: 25px;
	    text-align: left;
	    padding: 13px;
	    font-weight: 100;
	    color: #053C63;
	}

	html .copy-section p {
    font-size: 26px;
    line-height: 25px;
    text-align: left;
    padding: 13px;
    font-weight: 100;
    color: #053C63;
    text-align: left;
}
} 






