/*
    Theme Name: RSP
    Theme URI:	
    Description: This is the RSP Theme
    Version: 1.0.0.0
    Author: Richard Karl Gregg / Stream Studio
    Author URI: 
    Tags: 
*/

@import url('css/styles.css');

.slick-slide img {
    width: 100%;
}

.um-form select {
    border: 1px solid #ddd;
    width: 100%;
    height: 40px;
    padding: 0 12px;
}

.u-cover {
    @apply absolute top-0 right-0 bottom-0 left-0 object-cover w-full h-full
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover"; */
}

