/**
* 2007-2024 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-2024 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.
*/

.tvcmsmain-video{
	height: 600px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	background-size:cover;
	display: flex;
	align-items: center;
	margin-bottom: 80px;
}

.tvcmsmain-video .tvmain-video-wrapper{
	display: inline-block;
    background-color: rgba(0, 0, 0, 0.50);
    padding: 85px;
}
.tvcmsmain-video  .tvmain-video-play{
	text-align: center;
}
.tvcmsmain-video .tvmain-video-play button{
	border: none;
	background:none;
}
.tvcmsmain-video .tvmain-video-play button:focus{
	outline: none;
}
.tvcmsmain-video .tvmain-video-play a{
	width: 100%;
	height: 100%;
	display: block;
}
.tvcmsmain-video .tvmain-video-play i{
	color: #ffffff;
	font-size: 100px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
    margin: 30px 0;
    cursor: pointer;
}
.tvcmsmain-video .tvmain-video-play i:hover{
	color: #db1212;
}
.tvcmsmain-video button{
	background-color: transparent;
    border: none;
    cursor: pointer;
}
.tvmain-video-content-box .tvmain-video-title{
	font-size: 50px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
}
.tvmain-video-content-box .tvmain-video-desc{
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
}
.tvcmsmain-video button .tvmain-bottom-text{
	width: 220px;
	height: 50px;
	border: 1px solid #fff;
	background-color: transparent;
	line-height: 0;
	padding: 10px;
	border-radius: 3px;
}
.tvcmsmain-video button .tvmain-bottom-text p{
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	margin: 0;
	text-transform: uppercase;
	line-height: 28px;
}
.tvcmsmain-video button .tvmain-bottom-text:hover{
	border-color: #db1212; 
	/*background-color: #db1212;*/
}
.tvcmsmain-video button .tvmain-bottom-text:hover p{
	color: #fff;
}
/*.tvcmsmain-video .tvmain-video-title{
	color: #222222;
	font-weight:600;
	font-size: 30px;
	font-family: 'Titillium Web', sans-serif;
	text-align: left;
	margin-bottom: 25px;
}
.tvcmsmain-video .tvmain-video-desc{
	font-size: 12px;
	color: #666666;
	text-align: left;
	line-height: 18px;
}*/
@media(max-width: 1399px){
	.tvcmsmain-video .tvmain-video-wrapper{
		padding: 50px 0;
	}
	.tvmain-video-content-box .tvmain-video-title{
		font-size: 40px;
	}
}
@media(max-width: 991px){
	.tvcmsmain-video .tvmain-video-content-box .tvmain-video-title{
		font-size: 40px;
	}
}
@media(max-width: 767px){
	.tvcmsmain-video .tvmain-video-wrapper{
		padding: 30px;
	}
	.tvcmsmain-video{
		    background-position: right -150px center;
	}

}

@media(max-width: 420px){
	.tvcmsmain-video .tvmain-video-content-box .tvmain-video-title{
		font-size: 25px;
	}
	.tvcmsmain-video .tvmain-video-wrapper{
		padding: 20px;
	}
	.tvcmsmain-video .tvmain-video-play i{
		font-size: 75px;
	}
	.tvcmsmain-video button .tvmain-bottom-text{
		padding: 10px;
	}
	.tvcmsmain-video button .tvmain-bottom-text p{
		font-size: 16px;
	}
	.tvcmsmain-video{
       background-position: right -300px center;
	}
}