.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

 .videoWrap {
	 padding-top: 56.25%;
	 width: 100%;
	 position: relative;
}

.videoWrap video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* ai  */

.ui-icon__ai {
    position: fixed;
    bottom: 5px;
    left: 15px;
    /* cursor: pointer; */
    z-index: 5;
}
.icon-ai img{
    width: 150px;
}
@media screen and (max-width: 500px) {
    .ui-icon__ai {
        bottom: -6px;
        left: 5px;
    }
    .icon-ai img{
        width: 130px;
    }