@media only screen
	and (min-width: 768px)
	and (max-width: 991px) {
		
	.statement-wrapper {
		width: 728px;
		height: 939px;
	}
	
	.statement-wrapper img.statement-bg {
		width: 728px;
	}
	
	.statement-wrapper .contact-info-wrapper {
		left: 48px;
		bottom: 35px;
		width: 490px;
		height: 37px;
		padding: 7px 0 0 0;
	}

	.statement-wrapper .statement-message-wrapper {
		left: 46px;
		bottom: 157px;
		width: 637px;
	}
	
	.statement-wrapper .delinquency-message-wrapper {
		left: 46px;
		bottom: 97px;
		width: 637px;
		overflow: hidden;
	}
	
	.scroll-300 {
		max-height: 300px;
		overflow: auto;
	}
		
    .css-col-sm-1 {
        columns: 1;
        -moz-columns: 1;
        -webkit-columns: 1;
	}
	
    .css-col-sm-2 {
        columns: 2;
        -moz-columns: 2;
        -webkit-columns: 2;
	}
	
    .css-col-sm-3 {
        columns: 3;
        -moz-columns: 3;
        -webkit-columns: 3;
	}

    .css-col-sm-4 {
        columns: 4;
        -moz-columns: 4;
        -webkit-columns: 4;
	}
}

/* Portrait only styles */
@media only screen
	and (min-width: 768px)
	and (max-width: 991px)
	and (orientation: portrait) {	

}

/* Anything smaller than tablet */
@media only screen
	and (max-width: 768px) {

}