	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.tp-button	{
			padding:4px 8px 3px !important;
			line-height:24px !important;
			font-size:11px !important;
			font-weight:normal !important;
		}
		a.tp-button {
			-webkit-transition: none !important;
			-moz-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;	 }
	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tp-button	{
			padding:2px 5px 2px !important;
			line-height:24px !important;
			font-size:10px !important;
		}
		a.tp-button {
			-webkit-transition: none !important;
			-moz-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;	 }
	}


/* FIX FOR RESPONSIVE VIDEO EMBED */
.responsive_video {
    position: relative !important;
    padding-bottom: 51.94% !important;
    padding-top: 30px !important;
    height: 0 !important;
    overflow: hidden !important;
}

.responsive_video iframe,
.responsive_video object,
.responsive_video embed  {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}