.rtecenter.def-relative a.btn {
color: #000;
display: inline-block;
border: 2px solid #fff;
text-transform: uppercase;
transition: 0.2s ease;
}
.rtecenter.def-relative a.btn:hover {
background: transparent !important;
border: 2px solid #fff;
color: #fff;
}/** BAM Images **/
.rtecenter.bam-relative {
position: relative;
z-index: 2;
}
img.bam-absolute {
position: absolute;
z-index: 2;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
object-fit: contain;
}
img.bam-bg-image {
object-fit:cover;
}
@media (min-width: 768px) and (max-width: 931px) {
img.bam-bg-image {
height: 380px !important;
}
}
@media (min-width: 522px) and (max-width: 767px) {
img.bam-bg-image {
height: 320px !important;
}
}
@media (min-width: 350px) and (max-width: 521px) {
img.bam-bg-image {
height: 200px !important;
}
}
/** End BAM Images **/