.videoSpacingBottom {
    padding-bottom: 20px;
    margin: 200px auto;
    border-top: solid 5px #ffc425;
}

.videoSpacingBottom .img-responsive {
	border-radius: 50%;
    margin: -200px auto;
    width: 375px;
    height: 500px;
}

.dean-box {
    background-color: #ffc425;
    padding: 25px 25px 35px 25px;
    margin: 0 0 0 -25px;
}

.tile {
    padding: 15px;
    /* border-radius: 50%; */
    margin-left: -10px;
    margin-right: 20px;
    width: 200px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

hr {
    border: 5px solid #ffC425;
    border-style: none none solid;
    margin: 30px 0 0 0;
}

.fullWhite {
    padding-bottom: 0px;
}

h2 {
    margin-top: 0px;
    font-family: "Courier New", serif;
}

i {
    font-size: 2em;
    border: solid 3px #d89d00;
}

.tile a {
   font-size: 1.3em;
}

.tile .text {
    border: solid 1px #d89d00;
    height: 40px;
    margin-top: 5px;
    margin-left: 25px;
    line-height: 40px;
}

.tile .icon {
    float: left;
    background-color: #ffc425;
    height: 50px;
    width: 50px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    padding-left: 15px;
    padding-top: 7px;
    border: solid 1px #d89d00;
}

.tile .icon a {
    color: #ffffff;
}

/* display of the Read the Message from the Dean and Meet our Interim Dean Bret Hess buttons */
@media only screen and (max-width: 1200px) {
    .btn-default {
        display: block;
    }
}

 @media only screen and (max-width: 992px) {
     .dean-box {
        margin: 0;
    }
    
	 .btn-default {
		 display: inline-block;
	}
}

 @media only screen and (max-width: 585px) {
	 .btn-default {
		 display: block;
	}
}


