/**
* 2005-2019 Dusnic S.L.
*
* 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
*
*  @author    Dusnic S.L. <info@dusnic.es>
*  @copyright 2005-2019 Dusnic S.L.
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

@media screen and (min-width: 992px){

	#block_holidaydates{
		width:100%;
		height:auto;
		position:relative;
		-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		background-position: center top;
		padding:10px 20px;
	}

	#block_holidaydates_title{
		position:relative;
		z-index:20;
	}
    
}

@media screen and (max-width: 992px){
	#block_holidaydates{
		width:100%;	
        height:auto;	
		position:relative;
		-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		background-position: center top;
		padding:10px 20px;
	}

	#block_holidaydates_title{
		position:relative;
		z-index:20;
	}
	
}
#block_holidaydatesshoppingcart, #block_holidaydatesdisableorders{
    padding:5px;
    margin-bottom:10px;
    text-align: center;
}
#block_holidaydatesshoppingcart a, #block_holidaydatesdisableorders a{
    color:#FFF !important;
}