.carousel {
   
   max-width: 100%;
   max-height: 100%;
   overflow: hidden;
}


.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    max-width: 1067px;
    max-height: 560px;
    width: auto;
    height: auto;
    vertical-align: middle;
}

.carousel-caption {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0px;
    z-index: 10;
    padding-top: 20px;
    /* padding-bottom: 20px; */
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    background: rgba(0, 0, 0, 0.5);
}

.carousel-indicators {
    text-align: right;
    float: right;
    right: 1% !important;
    left: inherit;
    bottom: 0px;
}
.t60 {
    margin-top: 10pt !important;
}



@media screen and (min-width: 800px) {
    .mobile {
	display: none;
    }

    .head{
	padding-top: 10%;
    	padding-bottom: 10%;
    	min-width: 250px;
    }

    .head-text{
	color: #FFFFFF;
	padding-left: 50px;
    	background-color: rgba(0,0,0,0.5);
    	padding-bottom: 50px;
    	padding-top: 50px;
	max-width: 800px;
    }
    .head-subtitle{
	margin-left: 150px;
	padding-bottom: 150px;
    }

    .head-image {
	background-image: url(images/usyd_bg.jpg);
	background-repeat-x:  no-repeat;
	background-attachment: scroll;
	background-size: cover;
    }

    #sub-title {
	margin-top: 30px;
	color: #FFFFFF;
    }

}

@media screen and (max-width: 800px) {
    .pc {
	display: none;
    }
    .head-text{
	color: #FFFFFF;
	padding-left: 30px;
    	background-color: rgba(0,0,0,0.5);
    	padding-bottom: 30px;
    	padding-top: 30px;
    }
    .head-subtitle{
	margin-left: 30px;
	padding-bottom: 30px;
    }

    .head{
	padding-top: 30px;
	padding-bottom: 30px;
    }

    .head-image {
	background-image: url(images/usyd_bg.jpg);
	background-repeat-x:  no-repeat;
	background-attachment: scroll;
	background-size: cover;
    }

    .row {
	margin-left: 0 ! important;	
	margin-right: 0 ! important;
    }

    #main-title {
    	font-size: 1.666em ! important;
    }

    #sub-title {
    	font-size: 0.888em ! important;
	margin-top: 15px;
	color: #FFFFFF;
    }
}


