﻿.accommImgBox {

    background: none !important;
    text-align: center;
}

.accommImgBox .imgBox__content {
    background: none;
  	height: 270px;
}

.accommImgBox .imgBox__title {
    color: #ffffff;
    padding-right: 0 !important;
  	font-size: 1.5rem !important;
}

.accommImgBox .imgBox__desc {
    display: block;
  	color: #ffffff;
}

a.accommImgBox .imgBox__content::after {

    color: #ffffff !important;
}

a.button {
  min-width:200px;
}

h2.accommImgBox {
  margin-top: 3.25rem;  
}

@media only screen and (max-width: 1024px) {
  .accommImgBox .imgBox__content {
    position: absolute !important;
  }
  select {
  margin: 1px!important;
  }
  h2.accommImgBox {
  margin-bottom: 0.2rem;
  margin-top: 0rem;  
  }
  .accommImgBox .imgBox__content {
    height: 255px;
}
}

@media only screen and (max-width: 768px) {
  select {
     margin: 0 0 1rem!important;
  }
}

@media only screen and (max-device-width: 480px) and (min-device-width: 320px){
	.accommImgBox .imgBox__desc {
  		display: block!important;
	} 
  
}