/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.main-template-no.about-footer-video-spice{
	margin: 0px;
}
.about-footer-video-spice{
	background: #ffffff;
	width: 100%;
}
.about-footer-video-subcontainer{
    width: 100%;
    margin: 0 auto;
    padding-right: 0px;
    padding-left: 0px;
    overflow: hidden;
}
.about-video-footer-first{
	order: 1;
    float: right;
}
.iframe-other-video-container{
	padding-bottom: 56.3%;
    position: relative;
    background-color: #F8DEBE;
    overflow: hidden;
}
.iframe-video-footer{
	display: none;
}
.play-button-other-video{
    position: absolute;
    max-height: 55px;
    margin: 19% 0;
}
.about-footer-video-link-image{
	position: absolute;
    max-height: 225px;
}
.about-footer-video-title {
    font-size: 28px;
    font-family: Gothic-semi;
    text-align: center;
	margin-bottom: 20px;
	line-height: 34px;
}
.about-footer-video-links a {
    font-size: 16px;
    font-family: Grotesk-book;
}
.about-footer-video-links {
    text-align: center;
}
.about-footer-video-content p{
    font-size: 17px;
    line-height: 26px;
    text-align: center;
	font-family: Grotesk-light;
	width:100%;
	max-width:414px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0;
}
.iframe-video-footer{
	position: absolute;
    width: 100%;
    height: 100%;
}
.about-footer-video-links a, .about-footer-video-links a:hover, .about-footer-video-links a:focus{
	text-decoration: none;
	border-bottom: 1px solid #000;
	color: #000;
}
.about-footer-video-links {
	margin-top: 15px;
    margin-bottom: 5px;
}
.about-footer-main {
    height: 100%;
	width: 100%;
}

.about-footer-video-textcontainer{
	order: 2;
	padding: 50px 0px;
	/* display: inline-block; */
}

.about-footer-table{ 
	display: table;
	height: 100%;
}

@media(min-width: 768px){
	.about-footer-video-spice{
		background: #D25346;
	}
	.about-footer-video-links {
	    text-align: left;
	}
	.about-footer-video-content p{
	    text-align: left;
		color: #fff;
		font-size: 14px;
		width: 100%;
		max-width: 100%;
	}
	.about-footer-video-title {
		margin-bottom: 10px;
		font-size: 20px;
		text-align: left;
		color: #fff;
	}
	.about-footer-video-textcontainer {
		margin-top: 0;
		padding-left: 50px;
		padding: 0;
		margin-left: calc((100vw - 660px) / 2);
	}
	
	.about-footer-main {
		vertical-align: middle;
		display: table-cell;
	}

	.about-footer-video-links a {
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	.about-footer-video-content p{
		width:100%;
		max-width:100%;
	}
	
	.about-footer-video-subcontainer{
		position: relative;
	}
	
	.about-footer-main { 
		position: relative;
	}
	

}

@media(min-width: 992px){
	.about-footer-video-pink {
	    min-height: 493px;
	}
	.play-button-other-video {
	    max-height: 85px;
	    margin-top: 21%;
	    margin-bottom: 21%;
	}
	.about-text-footer .about-title {
	    font-size: 24px;
	    line-height: 36px;
	}
	.about-footer-video-content p{
		color: #fff;
		font-size: 22px;
		line-height: 26px;
		padding: 30px 0px;
	}
	.about-footer-video-title{
		color: #fff;
		margin-bottom: 0;
		font-size: 28px;
	}
	.about-footer-video-links a, .about-footer-video-links a:hover, .about-footer-video-links a:focus{
		border-bottom: 1px solid #fff;
		color: #fff;
	}
	
	.about-footer-video-subcontainer{
		max-height: 700px;
	}
	.about-footer-video-textcontainer {
		margin-bottom: 0px;
		max-width: 350px;
		margin-left: calc((100vw - 910px) / 2);
	}
	
}

@media(min-width: 1200px){
	.about-footer-video-content p{
		font-size: 24px;
		line-height: 34px;
	}
	.play-button-other-video{
	    margin-top: 24%;
		margin-bottom: 24%;
	}
	.about-footer-video-textcontainer {
		margin-left: calc((100vw - 1110px) / 2);
	}
	/* .about-footer-main {
		-webkit-transform: translateY(10%);
		transform: translateY(0%);
		-moz-transform: translateY(0%);
		-o-transform: translateY(0%);
	} */
	
}

/* For Safari Browsers */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ 
	@media(min-width: 768px) {
		.about-footer-main { 
			-webkit-transform: translateY(9%);
		}
	}
	
	@media(min-width: 992px) {
		.about-footer-main { 
			-webkit-transform: translateY(10%);
		}
	}
	
	@media(min-width: 1200px) {
		.about-footer-main { 
			-webkit-transform: translateY(15%);
		}
	}
}

