.three_sixty_video{
	display: block;
	position: relative;
	width: 100%;

}
	
	.three_sixty_video__image{
		display: block;
		overflow: hidden;
		min-width: 100%;
	}
	.three_sixty_video__image img{
		display: block;
		min-width: 100%;
		max-width: none;
	}

	.three_sixty_video__instructions{
		display: block;
		position: absolute;
		text-align: center;
		top: 10%;
		left: 0;
		right: 0;
		margin: 0;
		/* leaving these here in case we want to go back.... */
		/*position: relative;*/
		/*display: block;*/
		/*text-align: left;*/
		/*margin-right: 1.1rem;*/
		/*margin-bottom: -55px;*/
		/*margin-top: 15px;*/
		font-family: "Begum Medium", Palatino, 'Times New Roman', Times, serif;
		color: #0077A6;
		z-index: 1;
		font-size: 11px;
	}

	.three_sixty_video__instructions li{
		display: inline-block;
		width: 95%;
		/*display: block;
		width: 100%;*/
		vertical-align: top;
		margin-bottom: 10px;
		line-height: 1.1em;
	}

	.three_sixty_video__instructions li:last-child{
		text-align: center;
		margin-top: 25px;
	}

	.three_sixty_video__instructions li:last-child a{
		color: #fff;
		border: 1px solid #fff;
		background: rgba(28, 92, 142, .5);
		font-weight: normal;
		display: inline-block;
		line-height: 1.5em;
		text-transform: uppercase;
		padding: 0 2em;
		transition: background .5s;
	}

	.three_sixty_video__instructions li:last-child a:hover,
	.three_sixty_video__instructions li:last-child a:focus{
		background: rgba(28, 92, 142, 1);
	}

	.three_sixty_video__instruction_icon,
	.three_sixty_video__instruction_details{
		display: inline-block;
		vertical-align: middle;
	}

	.three_sixty_video__instruction_icon{
		/*width: 75px;*/
		width: 100%;
	}

	.three_sixty_video__instruction_details{
		/*width: calc(100% - 80px);*/
		width: 100%;
	}

	.three_sixty_video__instruction_icon picture{
		padding-bottom: 60px;
		width: 60px;
		/*padding-bottom: 80%;
		width: 80%;*/
		display: inline-block;
		position: relative;
		height: 0;
	}

	.three_sixty_video__instruction_icon img{
		display: block;
		position: absolute;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
	}

@media screen and (min-width: 300px){
	.three_sixty_video__instruction_icon picture{
		padding-bottom: 70px;
		width: 70px;
	}
	.three_sixty_video__instructions{
		font-size: 14px;
	}
}

@media screen and (min-width: 600px){
	.three_sixty_video__instructions li{ width: 32%; }

	.three_sixty_video__instruction_icon,
	.three_sixty_video__instruction_details{
		display: block;
		width: 100%;
	}

	.three_sixty_video__instruction_details{
		width: 60%;
		margin-left: 20%;
	}

	.three_sixty_video__instruction_icon picture{
		width: 80px;
		padding-bottom: 80px;
	}

	.three_sixty_video__image img{
		max-width: 100%;
	}

	.three_sixty_video__instruction_icon picture{
		padding-bottom: 50px;
		width: 50px;
	}

	.three_sixty_video__instructions{
		font-size: 12px;
		top: 15%;
	}
	
	.three_sixty_video__instruction_icon picture{
		padding-bottom: 70px;
		width: 70px;
	}
}

@media screen and (min-width: 800px){
	.three_sixty_video__instructions{
		font-size: 14px;
	}


}

@media screen and (min-width: 1024px){
	.three_sixty_video__instructions{
		/*display: block;
		position: absolute;
		text-align: center;
		top: 10%;
		left: 0;
		right: 0;*/
		top: 20%;
	}

	/*.three_sixty_video__instructions li{
		display: inline-block;
		width: 32%;
	}*/

	/*
	.three_sixty_video__instruction_icon,
	.three_sixty_video__instruction_details{
		display: block;
		width: 100%;
	}

	.three_sixty_video__instruction_details{
		width: 60%;
		margin-left: 20%;
	}

	.three_sixty_video__instruction_icon picture{
		margin-left: calc(50% - 40px);
		padding-bottom: 40%;
	}
	*/

	.three_sixty_video__instructions li:last-child a{
		padding: 0;
		width: 60%;
	}

	.panel_custom_one_col_full_width .three_sixty_video__instruction_icon picture{
		width: 80px;
		padding-bottom: 80px;
		/*margin-left: calc(50% - 80px);*/
	}

	.panel_custom_one_col_full_width .three_sixty_video__instructions{
		font-size: 15px;
	}
}

@media screen and (min-width: 1280px){
	.three_sixty_video__instruction_icon picture{
		width: 80px;
		padding-bottom: 80px;
	}

	.panel_custom_one_col_full_width .three_sixty_video__instruction_icon picture{
		width: 160px;
		padding-bottom: 160px;
	}

	.panel_custom_one_col_full_width .three_sixty_video__instructions{
		font-size: 20px;
	}
}