body{
	font-family: 'FuturaLtBTLight', sans serif;
}

 .swiper-container {
        width: 100%;
		max-width:400px;
        height: auto;
    }

	.swiper-slide{
		padding:5px 0;
		border-top:1px solid #000000;
		border-bottom:1px solid #000000;
		padding-bottom:30px;

	}

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

.headings1{
	padding:0;
	margin: 0;
	font-weight:normal;
	font-size: 22px;
	letter-spacing: 1px;
	color: #000000;
	text-align: center;
}

p{
	font-size:15px;
	font-weight:normal;
}

p.sm{
	font-size:13px;
	font-weight:normal;
	color:grey;
	text-align:center;
}

p.nopad{
	padding:0;
	margin: 0;	
}

.playercontainer{
	width:400px;
	margin:auto;
}

.birdwrapper{
	width:400px;
	height:auto;
	margin:auto;
}

.clear {
	clear:both;
}

	/* for 640px or less */
@media screen and (max-width: 640px) {
 .swiper-container {
        width: 94%;
		max-width:400px;
        height: auto;
        margin:auto;
    }

}