#corosal{ | |
width: 100%; | |
margin:0.2rem 0rem 0rem; | |
padding: 0%; | |
} | |
.corosal-caption-center{ | |
position: absolute; | |
top: 0; | |
display: -webkit-box; | |
display: -moz-box; | |
display: -ms-flexbox; | |
display: -webkit-flex; | |
display: flex; | |
-webkit-box-align: center; | |
-moz-box-align: center; | |
-ms-flex-align: center; | |
-webkit-align-items: center; | |
align-items: center; | |
height: 100%; | |
justify-content: center; | |
} |