/**
* 2007-2021 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-2021 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.ukofferbanner-block {
    margin-bottom: 40px;
}
.ukofferbanner-content-wrapper {
    position: relative;
    overflow: hidden;
}
.ukofferbanner-content-wrapper img{
    transition: all .6s ease-in-out
}
.ukofferbanner-content-wrapper:hover img{
    transform: scale(1.03);
}
.ukbanner-btn-wrap {
    margin-top: 30px;
}
.ukofferbanner-text {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
}
.ukofferbanner-text h6 {
    font-size: 45px; 
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    color: #3a3a3a;
}
.ukofferbanner-text h3 {
    margin-bottom: 30px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    color: #3e3d3d;
}
.ukofferbanner-text p{
    margin-bottom: 0
}
@media(max-width: 991px){
    .ukofferbanner-text h6{
        font-size: 14px;
        margin-bottom: 4px;
    }
    .ukofferbanner-text h3{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .ukofferbanner-text .btn{
        padding: 2px 10px;
    }
}