// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) {  
    .latflags {
	 height: 124px;
	 width: 98px;
	 } }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

.btn {
    border-radius: 0px;
    font-size: 12px;
}

.latamflags { 
    padding: 0px 0px 12px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.125em;
    line-height: 21px;
    margin: 0px 0px 12px;
    text-transform: uppercase;
    text-align: center;
}

.lataminactive { 
    background-color: #888b8d !important; 
    border-color: #888b8d;
}

.latflags { height: 133px; width: 190px; padding-top: 12px; margin-top: 12px; display: block; margin-left: auto; margin-right: auto; }
