.plan_pict{
	position: relative;
	/*width: 60%;*/
	margin:0 auto;
}
.plan_pict video{
	width: 100%;
}
@media screen and (min-width: 768px) {
.plan_pict .play-btn{
	display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    bottom: 20px;
    right: 20px;
	background: url(/content/dam/au-com/pr/newplan/img/btn-pause_2a90ee53fdd6a6ee.webp) no-repeat;
    background-size: 100% auto;
    background-position: top;
    cursor: pointer;
}
.plan_pict .play-btn.playActive{
	background: url(/content/dam/au-com/pr/newplan/img/btn-pause_2a90ee53fdd6a6ee.webp) no-repeat;
    background-size: 100% auto;
    background-position: bottom;
}
}

@media screen and (min-width: 0px) and (max-width: 767.98px) {
.plan_pict .play-btn{
        display: block;
        width: 8vw;
        height: 8vw;
        position: absolute;
        bottom: 4vw;
        right: 3vw;
	background: url(/content/dam/au-com/pr/newplan/img/btn-pause_2a90ee53fdd6a6ee.webp) no-repeat;
    background-size: 100% auto;
    background-position: top;
    cursor: pointer;
}
.plan_pict .play-btn.playActive{
	background: url(/content/dam/au-com/pr/newplan/img/btn-pause_2a90ee53fdd6a6ee.webp) no-repeat;
    background-size: 100% auto;
    background-position: bottom;
}
}
