﻿
.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: #000;
}


.b_center {
    width: 100%;
	height: 12vh;
   display: flex;
   font-size: 0;
   align-items: center;
   justify-content: center;
   background: url(../../img/Warning_L.png) no-repeat center;
   background-size: 100%;

    
}




@media screen and (max-width: 1200px) {

    .b_center {
        background: url(../../img/Warning_M.png) no-repeat center;
        background-size: 100%;
    }
}










@media screen and (max-width: 800px) {
    .b_center {
        background: url(../../img/Warning_S.png) no-repeat center;
        background-size: 100%;
    }

}


@media screen and (max-width: 480px) {

    .b_center {
        background: url(../../img/Warning_XS.png) no-repeat center;
        background-size: 100%;
    }


}





