.bk-3irs-container {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*padding: 20px 20px 20px 20px;*/
    height: auto;
    font-size: 0; /* removes space between images with inline-block */
 
}

.bk-3irs-container::after {
    
  content: "";
  clear: both;
  display: table;
}



.bk-left-image-3irs3 {
    
    display:inline-block;
    
    /*width: 100%;*/
    
    
    
    
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    background-position: center;
    background-repeat:   no-repeat;
    
   height: 350px;
    
    
    

}

.bk-left-image-3irs1, .bk-left-image-3irs2 {
    
    display:inline-block;
    
    /*width: 100%;*/
    
    
    
    
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    background-position: center;
    background-repeat:   no-repeat;
    
    border-right: 5px solid rgba(225,225,225,1.00);
    
    height: 350px;
    

}



.bk-right-text0-wttb-container {
    
    width: 100%;
    

    border-bottom: 1px solid rgba(0,0,0,1.00);
    border-top: 1px solid rgba(0,0,0,1.00);
}



.bk-right-text2-wttb-wrapper {
    
    
    font-size: 16px;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    
}



.bk-is1-3-button {
    display: block;
    
    margin-left: auto;
    margin-right: auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
	font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    background-color: black;
    padding: 5px 0px 5px 0px;border-style: solid;
    border-width: 1px;
    border-color: black;
    -webkit-transition: color 0.2s ease,border 0.2s ease-out,background 0.2s ease-out;
    -moz-transition: color 0.2s ease,border 0.2s ease-out,background 0.2s ease-out;
    -o-transition: color 0.2s ease,border 0.2s ease-out,background 0.2s ease-out;
    transition: color 0.2s ease,border 0.2s ease-out,background 0.2s ease-out;
    margin-bottom: 0px;

}

.bk-is1-3-button:hover {
    display: block;
    
    
    color: black;
    background-color: rgba(255,255,255,0.7);
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

@media all and (max-width : 768px) {
    
 .bk-left-image-3irs1, .bk-left-image-3irs2, .bk-left-image-3irs3 {
    
    height: 250px;
    }
}

@media all and (max-width : 680px) {
    
 .bk-left-image-3irs1, .bk-left-image-3irs2, .bk-left-image-3irs3 {
    
    height: 225px;
    }
}

@media all and (max-width : 540px) {
    
 .bk-left-image-3irs1, .bk-left-image-3irs2, .bk-left-image-3irs3 {
    
    height: 185px;
    }
}

