/* CSS Document */

.row{
	
}
	.row .ms-anim-layers{

	}
		.row .ms-anim-layers > div{

		}
			.row .ms-anim-layers > div > div{

			}

/* A */
@media (max-device-width:1023px) and (orientation:landscape)
{

}

/* B */
@media (max-width: 1000px),(max-device-width:1000px) and (orientation:portrait),(max-device-width:767px) and (orientation:landscape)
{

}

/* C */
@media (max-width:767px),(max-device-width:767px) and (orientation:portrait),(max-device-width:499px) and  (orientation:landscape)
{	

}

/* D */
@media (max-width:499px),(max-device-width:499px) and (orientation:portrait)
{
	
}
