/**
 * Oxygen template 7, code block #218 — its CSS.
 * Emitted inline by Oxygen (id=ct_code_block_css_218) and lost with the plugin.
 * %%EPID%% has been resolved to #code_block-218-7, as Oxygen did at render.
 */
.glide__slides{
  margin-top: 0;
}

li.oxy-post{
  height: 300px;
  width: 80% !important;
}
#code_block-218-7 .oxy-post-padding {
    position: relative;
    margin: 0;
    display: flex;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    max-height: 550px;
}
#code_block-218-7 .oxy-post-image {
    position: relative;
    background-color: ;
    width: 100%;
    z-index: 10;
    position: relative;
    height: 100%;
    max-height: 550px;
}

.glide .oxy-post-image-fixed-ratio{
 	width: 100%;
  	height: 100%;
  	background-position: center;
  	background-size: cover;
  	bvackground-repeat: no-repeat;
}

.glide .oxy-post-wrap{
 	position: absolute;
  	z-index: 10;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	background-color: rgba(0,0,0,.6);
  	color: #fff;
}
