


.image_url_row {
    display: flex;
	flex-direction: column;
}
.image_url_single {
    height: 280px;
    width: 100%;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25) !important;
}
.image_url_single_bg {
    display: flex;
    height: 100%;
	align-items: center;
    justify-content: center;
	background-size: cover;
	position: relative;
}

.desc_iurl {
    padding: 15px 40px;
    color: #FFF;
	text-align: center;
	position: relative;
    z-index: 2;
}
.name_iurl {
    font-size: 22px;
    line-height: 33px;
	font-weight: 600;
	margin-bottom: 10px;
}
.image_url_single a {
	color: #fff;
	text-decoration: none !important;
}

.image_url_single {
    background: #000;
} 

.image_url_box_bg2 {
	position: relative;	
}
.image_url_single_img {
    display: flex;
    height: 100%;
	width: 100%;
	position: absolute;
	align-items: center;
    justify-content: center;
	background-size: cover;
	transition: opacity .15s ease-in-out;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.25) !important;
	-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.25) !important;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.25) !important;
}
.image_url_single:hover .image_url_single_img {
	opacity: 0.6;
	transition: opacity .15s ease-in-out;
}
.opis_iurl, .name_iurl {
	text-shadow: 0px 0px 20px black;
}
.image_url_box h2 {
    margin-bottom: 10px;
}


@media (min-width: 576px){
.desc_iurl {
    padding: 15px;
}
}

@media (min-width: 992px){
.image_url_row {
    flex-direction: row;
    justify-content: space-between;
	margin-right: -15px;
	margin-left: -15px;
}
.image_url_single {
    height: 310px;
	margin-left: 15px;
	margin-right: 15px;
}
.image_url_rotator .image_url_single {
	margin-left: 0px;
	margin-right: 0px;	
}
}

@media (min-width: 1200px){
.image_url_single {
    height: 365px;
}
.image_url_box h2 {
    margin-bottom: 20px;
}
}

@media (min-width: 1440px){
.image_url_single {
    height: 410px;
}
}

@media (min-width: 1600px){
.image_url_single {
    height: 410px;
}
.image_url_box h2 {
    margin-bottom: 30px;
}
}

.image_url_single .name_iurl .underline,
.image_url_single .opis_iurl .underline {
  width: calc(100%);
  background-image: linear-gradient(transparent calc(100% - 3px), #fff 3px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1s;
}
.image_url_single:hover .name_iurl .underline,
.image_url_single:hover .opis_iurl .underline {
  background-size: 100% 100%;
}
