
#background_wrap {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    bottom: 0;
    
    background-image: url(media/bg.gif);
    background-attachment: fixed;
    background-repeat: round;
}
.vp-center {
    background: #171616;
}
#box{
	margin-bottom: 10px;
	padding: 5px;
}
._links > a, ._links > img{
	display: inline-block;
	margin: 5px;
}
@media only screen and (max-width: 1200px) {
  	._links > a, ._links > img{
		display: inline-block;
		margin: 10px;
	}
}
@media only screen and (max-width: 992px) {
	#box{
		margin: 15px 15px 30px 15px;
		padding: 5px;
	}
	.modal-content{
		width: 90%;
		margin: 0 5%;
	}
}
@media only screen and (max-width: 400px) {
  	._links > a, ._links > img{
		display: block;
	}
	iframe{
		height: 100% !important;
	}
}