.box {
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 0;
    }
    
.box-mask {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    }
    
.box-mask2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    }
    
.description {
    position: absolute;
    z-index: 2;
    left: 0px;
    bottom: 0px;
    background: rgba(255, 109, 0, 0.85);
    color: white;
    width: 1200px;
    height: 60px;
    padding: 10px;
    }
    
.description2 {
    position: absolute;
    z-index: 2;
    left: 0px;
    bottom: 0px;
    color: white;
    width: 1200px;
    height: 60px;
    padding: 10px;
    }
    
.description3 {
    position: absolute;
    z-index: 2;
    left: 0px;
    bottom: 0px;
    background: rgba(255, 109, 0, 0.85);
    color: white;
    width: 1200px;
    height: 60px;
    padding: 10px;
    font-family: tahoma, verdana, arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    }