﻿/* --------- ipad portrait -------------  */
@media screen and (min-width: 481px) and (max-width: 1366px) {
	.twoThirdsInTheMiddle {
        width:100%;
    }
}

/* --------- iphone portrait -----------  */
@media screen and (max-width: 540px) {
	.twoThirdsInTheMiddle {
        width:100%;
    }
}
