		.video_con {
			position: relative;
			display: flex;
			justify-content: center;
			margin-top: 10px;
			margin-bottom: 28px;
		}

        .video_con video {
            width: 100%;
            height: 50%;
        }

		.video_con video:focus{
			outline: 0;
		}
		.video_img {
			width: 206px;
			height: 138px;
		}

		.video_icon {
			width: 46px;
			height: 46px;
			position: absolute;
			top: 46px;
			left: 83.5px;
		}
		