/**

* Do not edit or add to this file

* If you need help please contact <contact@helioswebcorp.com>

* @author    HeliosWebcorp Company <contact@helioswebcorp.com>

* @copyright 2020 HeliosWebcorp

* @license   please read license in file license.txt

* @package   Top Banner

*/

@media only screen and (max-width: 650px){

    .hwc-topbanner{

        height: auto !important;

    }

}

.hwc-topbanner{

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    display: flex;

    align-items: center;

}

.hwc-top_banner_left :hover,

.hwc-top_banner_mid :hover,

.hwc-top_banner_right :hover {

    cursor:pointer;

} 

.hwc-top_banner_left{

    width: 10%;

    padding: 5px;

    height: fit-content;

}

.hwc-top_banner_mid{

    width: 80%;

    text-align : center;

    height: fit-content;

}

.hwc-top_banner_right{

    width: 10%;

    display:flex;

    justify-content: center;

    height: fit-content;

}

.hwc-close{

    float: right;

    font-weight: 700;

    line-height: 1;

    color: #000;

    text-shadow: 0 1px 0 #fff;

    opacity: .2;

}