@CHARSET "UTF-8";

/*
html,body{
    height: 100%;
}
*/


html {
 /* position: relative;
  min-height: 100%;*/
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  position: relative;
/*  height: 100%;
*/   /*  font-size: 14px;*/

}

.footer {
  /* Set the fixed height of the footer here */
 /* height: 60px;*/
  background-color: #f5f5f5;
}


/* image*/
.img-box {



}
.img-box img {
    width: 100%; height: 100%; /*background-color: #cd0000;*/ object-fit: contain;
}
