/* DESKTOP */
@media (min-width: 1024px) {
	/* 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: 32%;
	    /*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;
	    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: inline-block;
		float: left;
		width: 50%;
		height: 250px;
	}

	/* Section 2 */
	div#bestbuy-slider-wrapper div.right-side .section-2 {
		text-align: center;
	}
	
	div#bestbuy-slider-wrapper div.right-side .section-2 .box-content-wrapper {
		text-align: left;
		/*border: 1px solid red;*/
		display: inline-block;
		vertical-align: middle;
		position: relative;
		top: 20%;
		-webkit-backface-visibility: hidden;
	}

	div#bestbuy-slider-wrapper div.right-side .section-2 {
		background-color: #FFE92B;
	}

	div#bestbuy-slider-wrapper div.right-side .section-2-tagline p{
		font-size: 31px;
	    line-height: 29px;
	    /*padding: 24% 0 0 21%;*/
	    margin-bottom: 12px;
	    font-weight: 100;
	    color: #053C63;
	}

	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 21%;*/
	    font-weight: 100;
	    font-size: 13px;
	}

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


	/* Section 3 */
	div#bestbuy-slider-wrapper div.right-side .section-3 {
		background-color: #A89562;
	}

	/* Section 4 */
	div#bestbuy-slider-wrapper div.right-side .section-4 {
		background-color: #000000;
		display: inline-block;
		float: left;
		width: 100%;
		height: 250px;
	}

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