.video-title
{
	font-size: 25px;
	color: azure;
}
.unsub-btn {
    -webkit-transition: all 1s;
    transition: all 1s;
    padding:7px 22px;font-size:18px;border-radius:3px;border:red 2px solid;background-color:red;color:white;
}
.home-btn {
    -webkit-transition: all 1s;
    transition: all 1s;
    padding:7px 22px;font-size:18px;border-radius:3px;border:green 2px solid;background-color:green;color:white;
}
.home-btn>a {
    color: white;
}
.playpause {
	background-image: url("https://wsrv.nl/?url=itravelbuddy.com/rsrc/play.png&il");
	background-repeat: no-repeat;
	width: 35%;
	height: 35%;
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	margin: auto;
	background-size: contain;
	background-position: center;
}
#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}
#spinner-grow {
    z-index: 100;
}