@charset "utf-8";


@media (max-width: 1599px) {

}

@media (max-width: 1024px) {
.container .content {
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    color: #f1f1f1;
    width: 995px;
    margin-left: 0px;



}
}



/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 768px) {

.container .content {
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    color: #f1f1f1;
    width: 738px;
    margin-left: 0px;



}
}

@media (max-width: 643px) {
    .container .content {
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    color: #f1f1f1;
    width: 589px;
    margin-left: 10px;



}

}

@media (max-width: 425px) {
    .container .content {
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    color: #f1f1f1;
    width: 395px;
    margin-left: 0px;
   



}



/* Mobile devices */
@media (max-width: 375px) {
.container .content {
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    color: #f1f1f1;
    width: 345px;
    padding: 2px;
    margin-left: 0px;

}

}
@media (max-width: 320px) {
.container .content {
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    color: #f1f1f1;
    width: 290px;
    margin-left: 0px;

}

}
/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

}

@media print {

}

