@charset "utf-8";
.mLive {/*親div*/
  position: relative;/*相対配置*/
  }

.mLive p {
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
	line-height: 1;/*行高は1に*/
	font-weight: bold; /*太字に*/
  font-size: 4em;/*サイズ4倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/
  top: 50%;
  }

.mLive img {
  width: 100%;
  }