﻿.DJlogo
{
	width: 233px;
	height: 70px;
	margin-top: 50px;
	margin-left: -15px;
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	
}

/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)
{
    #s4-bodyContainer
    {
	    -webkit-overflow-scrolling: touch;
    }
}

/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait)
{
    #s4-bodyContainer
    {
	    -webkit-overflow-scrolling: touch;
    }
}


/* iPhone Portrait*/
@media (max-width: 767px)
{
    #s4-bodyContainer
    {
	    -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 425px) {
	.sm-full-width {
		width: 100% !important;
	}
}