.pkp_brand_footer{
	display:none
}

 .image-txt-container {
  display:flex;
  align-items:top;
  flex-direction: row;
}

figure {
  float: right;
  width: 45%;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: thin silver solid;
  margin: 0.2em;
  padding: 0.2em;
}
figure2 {
  float: right;
  width: 50%;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: thin green solid;
  margin: 0.5em;
  padding: 0.5em;
}
img.scaled {
  width: 100%;
}

.gallery{
  display: flex;
  width: 295px;
  margin: auto;
  border: 0px dashed red;
  justify-content: space-between;
}
figure{
  width: 140px;
  margin: 0;
}
figure img{
  width: 100%;
}
figure figcaption{
  text-align: left;
}

.gallery3{
  display: flex;
  width: 800px;
  margin: auto;
  border: 0px dashed red;
  justify-content: space-between;
}
figure{
  width: 450px;
  margin: 0;
}
figure img{
  width: 140%;
}
figure figcaption{
  text-align: left;
}
table{
border-collapse:collapse;
border:1px solid #FF0000;
}

table td{
border:1px solid #FF0000;
}


html { font-size:100%; } 

@media (min-width: 640px) { body {font-size:1rem;} } 
@media (min-width:960px) { body {font-size:1.2rem;} } 
@media (min-width:1100px) { body {font-size:1.5rem;} } 

/* Tablet Landscape */
@media screen and (max-width: 1060px) {
    #primary { width:67%; }
    #secondary { width:30%; margin-left:3%;}  
}

/* Tabled Portrait */
@media screen and (max-width: 768px) {
    #primary { width:100%; }
    #secondary { width:100%; margin:0; border:none; }
}

.container {
 display: grid;
 align-items: center; 
 column-gap: 5px;
}

img {
  max-width: 100%;
  max-height:100%;
}


.image-txt-container {
  display: flex;
  font-size: 14px; 
  align-items: center;
  flex-direction: row;
}

 
  .container2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

img2 {
  max-width: 100%;
  max-height:100%;
}

.text2 {
  font-size: 15px;
  padding-left: 20px;
}
 